Class: PagoPA::SOAP::Message::SinglePayment

Inherits:
Object
  • Object
show all
Defined in:
lib/pago_pa/soap/message/single_payment.rb

Constant Summary collapse

REQUIRED_ATTRIBUTES =
%i[].freeze

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#attributesObject (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_paramsObject



16
17
# File 'lib/pago_pa/soap/message/single_payment.rb', line 16

def to_params
end