Class: Nequi::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_base_pathObject

Returns the value of attribute api_base_path.



29
30
31
# File 'lib/nequi.rb', line 29

def api_base_path
  @api_base_path
end

#api_keyObject

Returns the value of attribute api_key.



29
30
31
# File 'lib/nequi.rb', line 29

def api_key
  @api_key
end

#auth_grant_typeObject

Returns the value of attribute auth_grant_type.



29
30
31
# File 'lib/nequi.rb', line 29

def auth_grant_type
  @auth_grant_type
end

#auth_uriObject

Returns the value of attribute auth_uri.



29
30
31
# File 'lib/nequi.rb', line 29

def auth_uri
  @auth_uri
end

#client_idObject

Returns the value of attribute client_id.



29
30
31
# File 'lib/nequi.rb', line 29

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



29
30
31
# File 'lib/nequi.rb', line 29

def client_secret
  @client_secret
end

#nequi_status_paymentObject

Returns the value of attribute nequi_status_payment.



29
30
31
# File 'lib/nequi.rb', line 29

def nequi_status_payment
  @nequi_status_payment
end

#phoneObject

Returns the value of attribute phone.



29
30
31
# File 'lib/nequi.rb', line 29

def phone
  @phone
end

#unregisteredpayment_endpointObject

Returns the value of attribute unregisteredpayment_endpoint.



29
30
31
# File 'lib/nequi.rb', line 29

def unregisteredpayment_endpoint
  @unregisteredpayment_endpoint
end