Class: CTAAggregatorClient::API::Authenticator::Auth

Inherits:
Struct
  • Object
show all
Defined in:
lib/cta_aggregator_client/api/authenticator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expirationObject

Returns the value of attribute expiration

Returns:

  • (Object)

    the current value of expiration



41
42
43
# File 'lib/cta_aggregator_client/api/authenticator.rb', line 41

def expiration
  @expiration
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



41
42
43
# File 'lib/cta_aggregator_client/api/authenticator.rb', line 41

def token
  @token
end