class Braintree::OAuthCredentials

Attributes

access_token[R]
expires_at[R]
refresh_token[R]
token_type[R]

Public Class Methods

_new(*args) click to toggle source
# File lib/braintree/oauth_credentials.rb, line 18
def self._new(*args)
  self.new(*args)
end

Protected Class Methods

new(attributes) click to toggle source
# File lib/braintree/oauth_credentials.rb, line 10
def initialize(attributes)
  set_instance_variables_from_hash(attributes)
end