Class: Roma::Command::Definition::ClassMethods::StoredData
- Inherits:
-
Struct
- Object
- Struct
- Roma::Command::Definition::ClassMethods::StoredData
- Defined in:
- lib/roma/command/command_definition.rb
Instance Attribute Summary collapse
-
#clk ⇒ Object
Returns the value of attribute clk.
-
#expt ⇒ Object
Returns the value of attribute expt.
-
#flg ⇒ Object
Returns the value of attribute flg.
-
#last ⇒ Object
Returns the value of attribute last.
-
#value ⇒ Object
Returns the value of attribute value.
-
#vn ⇒ Object
Returns the value of attribute vn.
Instance Attribute Details
#clk ⇒ Object
Returns the value of attribute clk
55 56 57 |
# File 'lib/roma/command/command_definition.rb', line 55 def clk @clk end |
#expt ⇒ Object
Returns the value of attribute expt
55 56 57 |
# File 'lib/roma/command/command_definition.rb', line 55 def expt @expt end |
#flg ⇒ Object
Returns the value of attribute flg
55 56 57 |
# File 'lib/roma/command/command_definition.rb', line 55 def flg @flg end |
#last ⇒ Object
Returns the value of attribute last
55 56 57 |
# File 'lib/roma/command/command_definition.rb', line 55 def last @last end |
#value ⇒ Object
Returns the value of attribute value
55 56 57 |
# File 'lib/roma/command/command_definition.rb', line 55 def value @value end |
#vn ⇒ Object
Returns the value of attribute vn
55 56 57 |
# File 'lib/roma/command/command_definition.rb', line 55 def vn @vn end |