Class: Boletoman::SantanderConfiguration
- Inherits:
-
Object
- Object
- Boletoman::SantanderConfiguration
- Defined in:
- lib/boletoman/santander_config.rb
Instance Attribute Summary collapse
-
#certificate ⇒ Object
Returns the value of attribute certificate.
-
#certificate_key ⇒ Object
Returns the value of attribute certificate_key.
-
#covenant ⇒ Object
Returns the value of attribute covenant.
-
#station ⇒ Object
Returns the value of attribute station.
-
#ticket_wsdl_url ⇒ Object
Returns the value of attribute ticket_wsdl_url.
-
#use_certificate ⇒ Object
Returns the value of attribute use_certificate.
Instance Method Summary collapse
-
#initialize ⇒ SantanderConfiguration
constructor
A new instance of SantanderConfiguration.
Constructor Details
#initialize ⇒ SantanderConfiguration
Returns a new instance of SantanderConfiguration.
6 7 8 9 |
# File 'lib/boletoman/santander_config.rb', line 6 def initialize() @ticket_wsdl_url = 'https://ymbdlb.santander.com.br/dl-ticket-services/TicketEndpointService/TicketEndpointService.wsdl' @use_certificate = true end |
Instance Attribute Details
#certificate ⇒ Object
Returns the value of attribute certificate.
3 4 5 |
# File 'lib/boletoman/santander_config.rb', line 3 def certificate @certificate end |
#certificate_key ⇒ Object
Returns the value of attribute certificate_key.
3 4 5 |
# File 'lib/boletoman/santander_config.rb', line 3 def certificate_key @certificate_key end |
#covenant ⇒ Object
Returns the value of attribute covenant.
3 4 5 |
# File 'lib/boletoman/santander_config.rb', line 3 def covenant @covenant end |
#station ⇒ Object
Returns the value of attribute station.
3 4 5 |
# File 'lib/boletoman/santander_config.rb', line 3 def station @station end |
#ticket_wsdl_url ⇒ Object
Returns the value of attribute ticket_wsdl_url.
3 4 5 |
# File 'lib/boletoman/santander_config.rb', line 3 def ticket_wsdl_url @ticket_wsdl_url end |
#use_certificate ⇒ Object
Returns the value of attribute use_certificate.
3 4 5 |
# File 'lib/boletoman/santander_config.rb', line 3 def use_certificate @use_certificate end |