Class: Rgltf::Validator::Issue
- Inherits:
-
Struct
- Object
- Struct
- Rgltf::Validator::Issue
- Defined in:
- lib/rgltf/validator.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
16 17 18 |
# File 'lib/rgltf/validator.rb', line 16 def code @code end |
#message ⇒ Object
Returns the value of attribute message
16 17 18 |
# File 'lib/rgltf/validator.rb', line 16 def @message end |
#path ⇒ Object
Returns the value of attribute path
16 17 18 |
# File 'lib/rgltf/validator.rb', line 16 def path @path end |