Method: WSDSL::Params#initialize
- Defined in:
- lib/params.rb
#initialize(opts = {}) ⇒ Params
Returns a new instance of Params.
71 72 73 |
# File 'lib/params.rb', line 71 def initialize(opts={}) @space_name = opts[:space_name] end |
Returns a new instance of Params.
71 72 73 |
# File 'lib/params.rb', line 71 def initialize(opts={}) @space_name = opts[:space_name] end |