Class: BCL::AttrStruct
- Inherits:
-
Struct
- Object
- Struct
- BCL::AttrStruct
- Defined in:
- lib/bcl/base_xml.rb
Instance Attribute Summary collapse
-
#datatype ⇒ Object
Returns the value of attribute datatype.
-
#name ⇒ Object
Returns the value of attribute name.
-
#units ⇒ Object
Returns the value of attribute units.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#datatype ⇒ Object
Returns the value of attribute datatype
13 14 15 |
# File 'lib/bcl/base_xml.rb', line 13 def datatype @datatype end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/bcl/base_xml.rb', line 13 def name @name end |
#units ⇒ Object
Returns the value of attribute units
13 14 15 |
# File 'lib/bcl/base_xml.rb', line 13 def units @units end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/bcl/base_xml.rb', line 13 def value @value end |