Class: BCL::AttrStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#datatypeObject

Returns the value of attribute datatype

Returns:

  • (Object)

    the current value of datatype



13
14
15
# File 'lib/bcl/base_xml.rb', line 13

def datatype
  @datatype
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/bcl/base_xml.rb', line 13

def name
  @name
end

#unitsObject

Returns the value of attribute units

Returns:

  • (Object)

    the current value of units



13
14
15
# File 'lib/bcl/base_xml.rb', line 13

def units
  @units
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



13
14
15
# File 'lib/bcl/base_xml.rb', line 13

def value
  @value
end