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



5
6
7
# File 'lib/droplet_kit/mappings/error_mapping.rb', line 5

def id
  @id
end

#messageObject

Returns the value of attribute message



5
6
7
# File 'lib/droplet_kit/mappings/error_mapping.rb', line 5

def message
  @message
end