Class: Rgltf::Extension::SerializedProperties

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgltf/extension.rb

Instance Attribute Summary collapse

Instance Attribute Details

#handled_keysObject

Returns the value of attribute handled_keys

Returns:

  • (Object)

    the current value of handled_keys



49
50
51
# File 'lib/rgltf/extension.rb', line 49

def handled_keys
  @handled_keys
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



49
50
51
# File 'lib/rgltf/extension.rb', line 49

def value
  @value
end