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