Class: VA3C::SceneObject

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

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



35
36
37
# File 'lib/measures/view_data/resources/va3c.rb', line 35

def children
  @children
end

#matrixObject

Returns the value of attribute matrix

Returns:

  • (Object)

    the current value of matrix



35
36
37
# File 'lib/measures/view_data/resources/va3c.rb', line 35

def matrix
  @matrix
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



35
36
37
# File 'lib/measures/view_data/resources/va3c.rb', line 35

def type
  @type
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



35
36
37
# File 'lib/measures/view_data/resources/va3c.rb', line 35

def uuid
  @uuid
end