Class: SepaFileParser::Type::Code
- Inherits:
-
Object
- Object
- SepaFileParser::Type::Code
- Defined in:
- lib/sepa_file_parser/general/type/code.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Instance Method Summary collapse
-
#initialize(code) ⇒ Code
constructor
A new instance of Code.
Constructor Details
#initialize(code) ⇒ Code
Returns a new instance of Code.
8 9 10 |
# File 'lib/sepa_file_parser/general/type/code.rb', line 8 def initialize(code) @code = code end |
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
6 7 8 |
# File 'lib/sepa_file_parser/general/type/code.rb', line 6 def code @code end |