Class: StoreSchema::Converter::Base
- Inherits:
-
Object
- Object
- StoreSchema::Converter::Base
- Defined in:
- lib/store_schema/converter/base.rb
Instance Attribute Summary collapse
- #value ⇒ Object readonly
Instance Method Summary collapse
-
#initialize(value) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(value) ⇒ Base
Returns a new instance of Base.
9 10 11 |
# File 'lib/store_schema/converter/base.rb', line 9 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
5 6 7 |
# File 'lib/store_schema/converter/base.rb', line 5 def value @value end |