Class: VA3C::Geometry
- Defined in:
- lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
30 31 32 |
# File 'lib/measures/view_data/resources/va3c.rb', line 30 def data @data end |
#type ⇒ Object
Returns the value of attribute type
30 31 32 |
# File 'lib/measures/view_data/resources/va3c.rb', line 30 def type @type end |
#uuid ⇒ Object
Returns the value of attribute uuid
30 31 32 |
# File 'lib/measures/view_data/resources/va3c.rb', line 30 def uuid @uuid end |