Class: Petfinder::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



14
15
16
# File 'lib/petfinder_ruby.rb', line 14

def access_token
  @access_token
end

#client_idObject

Returns the value of attribute client_id.



14
15
16
# File 'lib/petfinder_ruby.rb', line 14

def client_id
  @client_id
end

#client_secretObject

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_atObject

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