Class: VORuby::Wesix::SextractorParams

Inherits:
Object
  • Object
show all
Defined in:
lib/voruby/wesix/wesix.rb

Direct Known Subclasses

OutputParams, Params

Constant Summary collapse

WESIX_NS =
'http://wesixtest.phyast.pitt.edu'

Instance Method Summary collapse

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