Method: BrDocuments::Gtin#initialize
- Defined in:
- lib/br_documents/gtin.rb
#initialize(code) ⇒ Gtin
Returns a new instance of Gtin.
3 4 5 |
# File 'lib/br_documents/gtin.rb', line 3 def initialize(code) @code = code end |
Returns a new instance of Gtin.
3 4 5 |
# File 'lib/br_documents/gtin.rb', line 3 def initialize(code) @code = code end |