Class: Gonzui::AutoPack::Adaptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/gonzui/dbm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fetchObject

Returns the value of attribute fetch

Returns:

  • (Object)

    the current value of fetch



100
101
102
# File 'lib/gonzui/dbm.rb', line 100

def fetch
  @fetch
end

#storeObject

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



100
101
102
# File 'lib/gonzui/dbm.rb', line 100

def store
  @store
end