Class: InlistItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/mesa_script.rb

Instance Attribute Summary collapse

Instance Attribute Details

#flaggedObject

Returns the value of attribute flagged



1
2
3
# File 'lib/mesa_script.rb', line 1

def flagged
  @flagged
end

#is_arrObject

Returns the value of attribute is_arr



1
2
3
# File 'lib/mesa_script.rb', line 1

def is_arr
  @is_arr
end

#nameObject

Returns the value of attribute name



1
2
3
# File 'lib/mesa_script.rb', line 1

def name
  @name
end

#namelistObject

Returns the value of attribute namelist



1
2
3
# File 'lib/mesa_script.rb', line 1

def namelist
  @namelist
end

#num_indicesObject

Returns the value of attribute num_indices



1
2
3
# File 'lib/mesa_script.rb', line 1

def num_indices
  @num_indices
end

#orderObject

Returns the value of attribute order



1
2
3
# File 'lib/mesa_script.rb', line 1

def order
  @order
end

#typeObject

Returns the value of attribute type



1
2
3
# File 'lib/mesa_script.rb', line 1

def type
  @type
end

#valueObject

Returns the value of attribute value



1
2
3
# File 'lib/mesa_script.rb', line 1

def value
  @value
end