Class: DropletKit::ErrorMapping::Error

Inherits:
Struct
  • Object
show all
Defined in:
lib/droplet_kit/mappings/error_mapping.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/droplet_kit/mappings/error_mapping.rb', line 3

def id
  @id
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'lib/droplet_kit/mappings/error_mapping.rb', line 3

def message
  @message
end