Class: RubyPsigate::ItemOption
- Inherits:
-
Object
- Object
- RubyPsigate::ItemOption
- Defined in:
- lib/ruby_psigate/item_option.rb
Instance Method Summary collapse
-
#initialize(option_hash = {}) ⇒ ItemOption
constructor
A new instance of ItemOption.
Constructor Details
#initialize(option_hash = {}) ⇒ ItemOption
Returns a new instance of ItemOption.
4 5 6 7 |
# File 'lib/ruby_psigate/item_option.rb', line 4 def initialize(option_hash={}) @option = option_hash self.freeze end |