Class: WellsFargo::Configuration
- Inherits:
-
Struct
- Object
- Struct
- WellsFargo::Configuration
- Defined in:
- lib/wells_fargo.rb
Instance Attribute Summary collapse
-
#client_cert ⇒ Object
Returns the value of attribute client_cert.
-
#client_key ⇒ Object
Returns the value of attribute client_key.
-
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
-
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret.
-
#gateway_company_id ⇒ Object
Returns the value of attribute gateway_company_id.
-
#gateway_entity_id ⇒ Object
Returns the value of attribute gateway_entity_id.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#client_cert ⇒ Object
Returns the value of attribute client_cert
7 8 9 |
# File 'lib/wells_fargo.rb', line 7 def client_cert @client_cert end |
#client_key ⇒ Object
Returns the value of attribute client_key
7 8 9 |
# File 'lib/wells_fargo.rb', line 7 def client_key @client_key end |
#consumer_key ⇒ Object
Returns the value of attribute consumer_key
7 8 9 |
# File 'lib/wells_fargo.rb', line 7 def consumer_key @consumer_key end |
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret
7 8 9 |
# File 'lib/wells_fargo.rb', line 7 def consumer_secret @consumer_secret end |
#gateway_company_id ⇒ Object
Returns the value of attribute gateway_company_id
7 8 9 |
# File 'lib/wells_fargo.rb', line 7 def gateway_company_id @gateway_company_id end |
#gateway_entity_id ⇒ Object
Returns the value of attribute gateway_entity_id
7 8 9 |
# File 'lib/wells_fargo.rb', line 7 def gateway_entity_id @gateway_entity_id end |
#url ⇒ Object
Returns the value of attribute url
7 8 9 |
# File 'lib/wells_fargo.rb', line 7 def url @url end |