Class: Carton::Exports
- Inherits:
-
Module
- Object
- Module
- Carton::Exports
- Defined in:
- lib/carton/exports.rb
Instance Method Summary collapse
-
#initialize(values = {}) ⇒ Exports
constructor
A new instance of Exports.
Constructor Details
#initialize(values = {}) ⇒ Exports
Returns a new instance of Exports.
7 8 9 10 11 12 |
# File 'lib/carton/exports.rb', line 7 def initialize(values = {}) super() @values = values @lookup = {} define_exports end |