Class: Soothsayer::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/soothsayer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



30
31
32
# File 'lib/soothsayer.rb', line 30

def access_token
  @access_token
end

#client_idObject

Returns the value of attribute client_id.



30
31
32
# File 'lib/soothsayer.rb', line 30

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



30
31
32
# File 'lib/soothsayer.rb', line 30

def client_secret
  @client_secret
end

#refresh_tokenObject

Returns the value of attribute refresh_token.



30
31
32
# File 'lib/soothsayer.rb', line 30

def refresh_token
  @refresh_token
end