Class: VA3C::AmbientLight

Inherits:
Struct
  • Object
show all
Defined in:
lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



63
64
65
# File 'lib/measures/view_data/resources/va3c.rb', line 63

def color
  @color
end

#matrixObject

Returns the value of attribute matrix

Returns:

  • (Object)

    the current value of matrix



63
64
65
# File 'lib/measures/view_data/resources/va3c.rb', line 63

def matrix
  @matrix
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



63
64
65
# File 'lib/measures/view_data/resources/va3c.rb', line 63

def type
  @type
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



63
64
65
# File 'lib/measures/view_data/resources/va3c.rb', line 63

def uuid
  @uuid
end