Class: SepaFileParser::Type::Proprietary
- Inherits:
-
Object
- Object
- SepaFileParser::Type::Proprietary
- Defined in:
- lib/sepa_file_parser/general/type/proprietary.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#issuer ⇒ Object
readonly
Returns the value of attribute issuer.
Instance Method Summary collapse
-
#initialize(id, issuer) ⇒ Proprietary
constructor
A new instance of Proprietary.
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
#id ⇒ Object (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 |
#issuer ⇒ Object (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 |