Class: Core::Decorators::Session

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

Instance Method Summary collapse

Methods inherited from Base

#id, #to_json

Instance Method Details

#to_hObject



4
5
6
7
8
9
10
# File 'lib/core/decorators/session.rb', line 4

def to_h
  {
    token: token,
    account_id: .id.to_s,
    created_at: created_at.iso8601
  }
end