Class: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Directions::Base
- Inherits:
-
Object
- Object
- ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Directions::Base
- Defined in:
- lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/directions/base.rb
Instance Method Summary collapse
- #==(other) ⇒ Boolean?
- #define_output_in_container! ⇒ Boolean
- #to_arguments ⇒ ConvenientService::Support::Arguments
Methods included from ConvenientService::Support::Copyable
Methods included from ConvenientService::Support::AbstractMethod
Instance Method Details
#==(other) ⇒ Boolean?
24 25 26 27 28 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/directions/base.rb', line 24 def ==(other) return unless other.instance_of?(self.class) true end |
#define_output_in_container! ⇒ Boolean
18 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/directions/base.rb', line 18 abstract_method :define_output_in_container! |
#to_arguments ⇒ ConvenientService::Support::Arguments
33 34 35 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/directions/base.rb', line 33 def to_arguments Support::Arguments.new end |