Class: PagoPA::SOAP::Message::SinglePayment
- Inherits:
-
Object
- Object
- PagoPA::SOAP::Message::SinglePayment
- Defined in:
- lib/pago_pa/soap/message/single_payment.rb
Constant Summary collapse
- REQUIRED_ATTRIBUTES =
%i[].freeze
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ SinglePayment
constructor
A new instance of SinglePayment.
- #to_params ⇒ Object
Constructor Details
#initialize(attributes = {}) ⇒ SinglePayment
Returns a new instance of SinglePayment.
12 13 14 |
# File 'lib/pago_pa/soap/message/single_payment.rb', line 12 def initialize(attributes = {}) @attributes = attributes end |
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes.
10 11 12 |
# File 'lib/pago_pa/soap/message/single_payment.rb', line 10 def attributes @attributes end |
Instance Method Details
#to_params ⇒ Object
16 17 |
# File 'lib/pago_pa/soap/message/single_payment.rb', line 16 def to_params end |