Class: Tamara::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

Returns the value of attribute api_token.



3
4
5
# File 'lib/tamara/configuration.rb', line 3

def api_token
  @api_token
end

#checkout_optional_keysObject

Returns the value of attribute checkout_optional_keys.



3
4
5
# File 'lib/tamara/configuration.rb', line 3

def checkout_optional_keys
  @checkout_optional_keys
end

#notification_tokenObject

Returns the value of attribute notification_token.



3
4
5
# File 'lib/tamara/configuration.rb', line 3

def notification_token
  @notification_token
end

#public_keyObject

Returns the value of attribute public_key.



3
4
5
# File 'lib/tamara/configuration.rb', line 3

def public_key
  @public_key
end