Class: Roby::Interface::V2::Protocol::Action
- Defined in:
- lib/roby/interface/v2/protocol.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#model ⇒ Object
Returns the value of attribute model.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
12 13 14 |
# File 'lib/roby/interface/v2/protocol.rb', line 12 def arguments @arguments end |
#model ⇒ Object
Returns the value of attribute model
12 13 14 |
# File 'lib/roby/interface/v2/protocol.rb', line 12 def model @model end |