Class: Code42Api::TypeMapping

Inherits:
Struct
  • Object
show all
Defined in:
lib/code42_api/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



4
5
6
# File 'lib/code42_api/errors.rb', line 4

def description
  @description
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/code42_api/errors.rb', line 4

def type
  @type
end