Class: ConvenientService::Service::Plugins::HasJSendResult::Commands::IsResult
- Inherits:
-
ConvenientService::Support::Command
- Object
- ConvenientService::Support::Command
- ConvenientService::Service::Plugins::HasJSendResult::Commands::IsResult
- Defined in:
- lib/convenient_service/service/plugins/has_j_send_result/commands/is_result.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
- #call ⇒ void
- #initialize(result:) ⇒ void constructor
Methods inherited from ConvenientService::Support::Command
Constructor Details
#initialize(result:) ⇒ void
19 20 21 |
# File 'lib/convenient_service/service/plugins/has_j_send_result/commands/is_result.rb', line 19 def initialize(result:) @result = result end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
13 14 15 |
# File 'lib/convenient_service/service/plugins/has_j_send_result/commands/is_result.rb', line 13 def result @result end |