Class: InlistItem
- Inherits:
-
Struct
- Object
- Struct
- InlistItem
- Defined in:
- lib/mesa_script.rb
Instance Attribute Summary collapse
-
#flagged ⇒ Object
Returns the value of attribute flagged.
-
#is_arr ⇒ Object
Returns the value of attribute is_arr.
-
#name ⇒ Object
Returns the value of attribute name.
-
#namelist ⇒ Object
Returns the value of attribute namelist.
-
#num_indices ⇒ Object
Returns the value of attribute num_indices.
-
#order ⇒ Object
Returns the value of attribute order.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#flagged ⇒ Object
Returns the value of attribute flagged
1 2 3 |
# File 'lib/mesa_script.rb', line 1 def flagged @flagged end |
#is_arr ⇒ Object
Returns the value of attribute is_arr
1 2 3 |
# File 'lib/mesa_script.rb', line 1 def is_arr @is_arr end |
#name ⇒ Object
Returns the value of attribute name
1 2 3 |
# File 'lib/mesa_script.rb', line 1 def name @name end |
#namelist ⇒ Object
Returns the value of attribute namelist
1 2 3 |
# File 'lib/mesa_script.rb', line 1 def namelist @namelist end |
#num_indices ⇒ Object
Returns the value of attribute num_indices
1 2 3 |
# File 'lib/mesa_script.rb', line 1 def num_indices @num_indices end |
#order ⇒ Object
Returns the value of attribute order
1 2 3 |
# File 'lib/mesa_script.rb', line 1 def order @order end |
#type ⇒ Object
Returns the value of attribute type
1 2 3 |
# File 'lib/mesa_script.rb', line 1 def type @type end |
#value ⇒ Object
Returns the value of attribute value
1 2 3 |
# File 'lib/mesa_script.rb', line 1 def value @value end |