Class: VORuby::Wesix::SextractorParams
- Inherits:
-
Object
- Object
- VORuby::Wesix::SextractorParams
- Defined in:
- lib/voruby/wesix/wesix.rb
Direct Known Subclasses
Constant Summary collapse
- WESIX_NS =
'http://wesixtest.phyast.pitt.edu'
Instance Method Summary collapse
-
#initialize(params = {}) ⇒ SextractorParams
constructor
A new instance of SextractorParams.
Constructor Details
#initialize(params = {}) ⇒ SextractorParams
Returns a new instance of SextractorParams.
18 19 20 |
# File 'lib/voruby/wesix/wesix.rb', line 18 def initialize(params={}) params.each{ |key, value| self.send("#{key}=", value) } end |