Class: Core::Decorators::Authorization

Inherits:
Base
  • Object
show all
Defined in:
lib/core/decorators/authorization.rb

Instance Method Summary collapse

Methods inherited from Base

#id, #to_json

Instance Method Details

#to_hObject



4
5
6
# File 'lib/core/decorators/authorization.rb', line 4

def to_h
  { code: object.code }
end