Class: Roby::Interface::V2::Protocol::Action

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/interface/v2/protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



12
13
14
# File 'lib/roby/interface/v2/protocol.rb', line 12

def arguments
  @arguments
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



12
13
14
# File 'lib/roby/interface/v2/protocol.rb', line 12

def model
  @model
end