Class: PicoApi::Entities::Error

Inherits:
ROM::Struct
  • Object
show all
Defined in:
lib/pico_api/entities/error.rb

Instance Method Summary collapse

Instance Method Details

#idObject



17
18
19
# File 'lib/pico_api/entities/error.rb', line 17

def id
  { id: SecureRandom.hex(5) }
end

#to_hObject



13
14
15
# File 'lib/pico_api/entities/error.rb', line 13

def to_h
  id.merge(super)
end