Class: Sepa::PaymentsInitiation::FinancialIdentificationSchemeName1Choice

Inherits:
Base
  • Object
show all
Defined in:
lib/sepa/payments_initiation/financial_identification_scheme_name_1_choice.rb

Instance Method Summary collapse

Methods inherited from Base

array_attribute, attribute, attribute_defs, attribute_defs=, #build_xml_attributes, code_or_proprietary, definition, #empty_item?, #normalize, #string_type?, time_format=, #to_xml, typed_attribute

Instance Method Details

#empty?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/sepa/payments_initiation/financial_identification_scheme_name_1_choice.rb', line 4

def empty?
  [code, proprietary].join.strip == ""
end