Class: SepaFileParser::Type::Proprietary

Inherits:
Object
  • Object
show all
Defined in:
lib/sepa_file_parser/general/type/proprietary.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id, issuer) ⇒ Proprietary

Returns a new instance of Proprietary.



8
9
10
# File 'lib/sepa_file_parser/general/type/proprietary.rb', line 8

def initialize(id, issuer)
  @id, @issuer = id, issuer
end

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



6
7
8
# File 'lib/sepa_file_parser/general/type/proprietary.rb', line 6

def id
  @id
end

#issuerObject (readonly)

Returns the value of attribute issuer.



6
7
8
# File 'lib/sepa_file_parser/general/type/proprietary.rb', line 6

def issuer
  @issuer
end