Class: Rgltf::Validator::Issue

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

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



16
17
18
# File 'lib/rgltf/validator.rb', line 16

def code
  @code
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



16
17
18
# File 'lib/rgltf/validator.rb', line 16

def message
  @message
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



16
17
18
# File 'lib/rgltf/validator.rb', line 16

def path
  @path
end