Method: XRBP::Model::Base#initialize
- Defined in:
- lib/xrbp/model/base.rb
#initialize(opts = {}) ⇒ Base
Returns a new instance of Base.
17 18 19 |
# File 'lib/xrbp/model/base.rb', line 17 def initialize(opts={}) set_opts(opts) end |
Returns a new instance of Base.
17 18 19 |
# File 'lib/xrbp/model/base.rb', line 17 def initialize(opts={}) set_opts(opts) end |