Class: VA3C::SceneObject
- Defined in:
- lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#matrix ⇒ Object
Returns the value of attribute matrix.
-
#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
#children ⇒ Object
Returns the value of attribute children
35 36 37 |
# File 'lib/measures/view_data/resources/va3c.rb', line 35 def children @children end |
#matrix ⇒ Object
Returns the value of attribute matrix
35 36 37 |
# File 'lib/measures/view_data/resources/va3c.rb', line 35 def matrix @matrix end |
#type ⇒ Object
Returns the value of attribute type
35 36 37 |
# File 'lib/measures/view_data/resources/va3c.rb', line 35 def type @type end |
#uuid ⇒ Object
Returns the value of attribute uuid
35 36 37 |
# File 'lib/measures/view_data/resources/va3c.rb', line 35 def uuid @uuid end |