Class: AdpClient::Token

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

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token

Returns:

  • (Object)

    the current value of access_token



63
64
65
# File 'lib/adp_client.rb', line 63

def access_token
  @access_token
end

#expires_inObject

Returns the value of attribute expires_in

Returns:

  • (Object)

    the current value of expires_in



63
64
65
# File 'lib/adp_client.rb', line 63

def expires_in
  @expires_in
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



63
64
65
# File 'lib/adp_client.rb', line 63

def scope
  @scope
end

#token_typeObject

Returns the value of attribute token_type

Returns:

  • (Object)

    the current value of token_type



63
64
65
# File 'lib/adp_client.rb', line 63

def token_type
  @token_type
end