Class: Credigy::Authorized
Direct Known Subclasses
Account, AgreementExceptionStatus, Boleto, CampaignNegotiation, Email, EmailCreation, Installment, LegalTermsAcceptance, Line, Promise, Provider
Instance Attribute Summary collapse
-
#authorization_token ⇒ Object
readonly
Returns the value of attribute authorization_token.
Instance Method Summary collapse
-
#initialize(authorization_token) ⇒ Authorized
constructor
A new instance of Authorized.
- #soap_header ⇒ Object
Methods inherited from Request
#basic_config, #call, #client, #config_options, #extra_config_options, #message, #operation, #response, #response_class, #wsdl
Constructor Details
#initialize(authorization_token) ⇒ Authorized
Returns a new instance of Authorized.
7 8 9 |
# File 'lib/credigy/authorized.rb', line 7 def initialize() @authorization_token = end |
Instance Attribute Details
#authorization_token ⇒ Object (readonly)
Returns the value of attribute authorization_token.
5 6 7 |
# File 'lib/credigy/authorized.rb', line 5 def @authorization_token end |
Instance Method Details
#soap_header ⇒ Object
11 12 13 |
# File 'lib/credigy/authorized.rb', line 11 def soap_header { 'cred:AuthenticationToken' => { 'cred:Token' => } } end |