Class: RubyMorphbank::Rmb
- Inherits:
-
Object
- Object
- RubyMorphbank::Rmb
- Defined in:
- lib/rubyMorphbank.rb
Instance Attribute Summary collapse
-
#opt ⇒ Object
Returns the value of attribute opt.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Rmb
constructor
A new instance of Rmb.
- #request(options = {}) ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Rmb
Returns a new instance of Rmb.
25 26 27 28 |
# File 'lib/rubyMorphbank.rb', line 25 def initialize( = {}) opt = { }.merge!() end |
Instance Attribute Details
#opt ⇒ Object
Returns the value of attribute opt.
23 24 25 |
# File 'lib/rubyMorphbank.rb', line 23 def opt @opt end |