Class: Code42Api::TypeMapping
- Inherits:
-
Struct
- Object
- Struct
- Code42Api::TypeMapping
- Defined in:
- lib/code42_api/errors.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/code42_api/errors.rb', line 4 def description @description end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/code42_api/errors.rb', line 4 def type @type end |