Exception: Transbank::Patpass::PatpassComercio::Errors::InscriptionStartError
- Inherits:
-
Errors::PatpassError
- Object
- StandardError
- Errors::TransbankError
- Errors::PatpassError
- Transbank::Patpass::PatpassComercio::Errors::InscriptionStartError
- Defined in:
- lib/transbank/sdk/patpass/patpass_comercio/errors/inscription_start_error.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Attributes inherited from Errors::PatpassError
Instance Method Summary collapse
-
#initialize(message, code) ⇒ InscriptionStartError
constructor
A new instance of InscriptionStartError.
Constructor Details
#initialize(message, code) ⇒ InscriptionStartError
Returns a new instance of InscriptionStartError.
7 8 9 10 |
# File 'lib/transbank/sdk/patpass/patpass_comercio/errors/inscription_start_error.rb', line 7 def initialize(, code) @code = code super(, code) end |
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
6 7 8 |
# File 'lib/transbank/sdk/patpass/patpass_comercio/errors/inscription_start_error.rb', line 6 def code @code end |