Class: WellsFargo::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_certObject

Returns the value of attribute client_cert

Returns:

  • (Object)

    the current value of client_cert



7
8
9
# File 'lib/wells_fargo.rb', line 7

def client_cert
  @client_cert
end

#client_keyObject

Returns the value of attribute client_key

Returns:

  • (Object)

    the current value of client_key



7
8
9
# File 'lib/wells_fargo.rb', line 7

def client_key
  @client_key
end

#consumer_keyObject

Returns the value of attribute consumer_key

Returns:

  • (Object)

    the current value of consumer_key



7
8
9
# File 'lib/wells_fargo.rb', line 7

def consumer_key
  @consumer_key
end

#consumer_secretObject

Returns the value of attribute consumer_secret

Returns:

  • (Object)

    the current value of consumer_secret



7
8
9
# File 'lib/wells_fargo.rb', line 7

def consumer_secret
  @consumer_secret
end

#gateway_company_idObject

Returns the value of attribute gateway_company_id

Returns:

  • (Object)

    the current value of gateway_company_id



7
8
9
# File 'lib/wells_fargo.rb', line 7

def gateway_company_id
  @gateway_company_id
end

#gateway_entity_idObject

Returns the value of attribute gateway_entity_id

Returns:

  • (Object)

    the current value of gateway_entity_id



7
8
9
# File 'lib/wells_fargo.rb', line 7

def gateway_entity_id
  @gateway_entity_id
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



7
8
9
# File 'lib/wells_fargo.rb', line 7

def url
  @url
end