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