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

Returns:

  • (Object)

    the current value of flagged



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

def flagged
  @flagged
end

#is_arrObject

Returns the value of attribute is_arr

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#namelistObject

Returns the value of attribute namelist

Returns:

  • (Object)

    the current value of namelist



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

def namelist
  @namelist
end

#num_indicesObject

Returns the value of attribute num_indices

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of order



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

def order
  @order
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end