Method: Res::Mappings#initialize
- Defined in:
- lib/res/mappings.rb
#initialize(type) ⇒ Mappings
Returns a new instance of Mappings.
6 7 8 9 |
# File 'lib/res/mappings.rb', line 6 def initialize(type) @type = type set_type end |
Returns a new instance of Mappings.
6 7 8 9 |
# File 'lib/res/mappings.rb', line 6 def initialize(type) @type = type set_type end |