Class: Core::Decorators::Token

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

Instance Method Summary collapse

Methods inherited from Base

#id, #to_json

Instance Method Details

#to_hObject



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

def to_h
  {
    token: value
  }
end