Class: Gonzui::AutoPack::Adaptor
- Inherits:
-
Struct
- Object
- Struct
- Gonzui::AutoPack::Adaptor
- Defined in:
- lib/gonzui/dbm.rb
Instance Attribute Summary collapse
-
#fetch ⇒ Object
Returns the value of attribute fetch.
-
#store ⇒ Object
Returns the value of attribute store.
Instance Attribute Details
#fetch ⇒ Object
Returns the value of attribute fetch
100 101 102 |
# File 'lib/gonzui/dbm.rb', line 100 def fetch @fetch end |
#store ⇒ Object
Returns the value of attribute store
100 101 102 |
# File 'lib/gonzui/dbm.rb', line 100 def store @store end |