Class: Pbt::Stateful::Property::Step
- Inherits:
-
Struct
- Object
- Struct
- Pbt::Stateful::Property::Step
- Defined in:
- lib/pbt/stateful/property.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#command ⇒ Object
Returns the value of attribute command.
Instance Method Summary collapse
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
19 20 21 |
# File 'lib/pbt/stateful/property.rb', line 19 def args @args end |
#command ⇒ Object
Returns the value of attribute command
19 20 21 |
# File 'lib/pbt/stateful/property.rb', line 19 def command @command end |
Instance Method Details
#inspect ⇒ Object
20 21 22 |
# File 'lib/pbt/stateful/property.rb', line 20 def inspect "#<Pbt::Stateful::Step command=#{command_label}, args=#{args.inspect}>" end |