Class: Petfinder::Configuration
- Inherits:
-
Object
- Object
- Petfinder::Configuration
- Defined in:
- lib/petfinder_ruby.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#token_expires_at ⇒ Object
Returns the value of attribute token_expires_at.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
14 15 16 |
# File 'lib/petfinder_ruby.rb', line 14 def access_token @access_token end |
#client_id ⇒ Object
Returns the value of attribute client_id.
14 15 16 |
# File 'lib/petfinder_ruby.rb', line 14 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
14 15 16 |
# File 'lib/petfinder_ruby.rb', line 14 def client_secret @client_secret end |
#token_expires_at ⇒ Object
Returns the value of attribute token_expires_at.
14 15 16 |
# File 'lib/petfinder_ruby.rb', line 14 def token_expires_at @token_expires_at end |