Class: Core::Decorators::Base

Inherits:
Draper::Decorator
  • Object
show all
Defined in:
lib/core/decorators/base.rb

Direct Known Subclasses

Account, Application, Authorization, Session, Token

Instance Method Summary collapse

Instance Method Details

#idObject



6
7
8
# File 'lib/core/decorators/base.rb', line 6

def id
  object.id.to_s
end

#to_jsonObject



10
11
12
# File 'lib/core/decorators/base.rb', line 10

def to_json
  to_h.to_json
end