Class: Appfuel::File::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/appfuel/storage/file/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, path) ⇒ Base

Returns a new instance of Base.



6
7
8
# File 'lib/appfuel/storage/file/base.rb', line 6

def initialize(name, path)

end

Instance Attribute Details

#filepathObject (readonly)

Returns the value of attribute filepath.



4
5
6
# File 'lib/appfuel/storage/file/base.rb', line 4

def filepath
  @filepath
end

Instance Method Details

#attributesObject



10
11
12
# File 'lib/appfuel/storage/file/base.rb', line 10

def attributes

end

#exsits?(data) ⇒ Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/appfuel/storage/file/base.rb', line 14

def exsits?(data)

end

#limit(nbr) ⇒ Object



22
23
24
# File 'lib/appfuel/storage/file/base.rb', line 22

def limit(nbr)

end

#order(data) ⇒ Object



26
27
28
# File 'lib/appfuel/storage/file/base.rb', line 26

def order(data)

end

#where(data) ⇒ Object



18
19
20
# File 'lib/appfuel/storage/file/base.rb', line 18

def where(data)

end