Class: PagoPA::SOAP::Message::Domain

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

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



19
20
# File 'lib/pago_pa/soap/message/domain.rb', line 19

def to_params
end