Class: Appfuel::File::Base
- Inherits:
-
Object
- Object
- Appfuel::File::Base
- Defined in:
- lib/appfuel/storage/file/base.rb
Instance Attribute Summary collapse
-
#filepath ⇒ Object
readonly
Returns the value of attribute filepath.
Instance Method Summary collapse
- #attributes ⇒ Object
- #exsits?(data) ⇒ Boolean
-
#initialize(name, path) ⇒ Base
constructor
A new instance of Base.
- #limit(nbr) ⇒ Object
- #order(data) ⇒ Object
- #where(data) ⇒ Object
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
#filepath ⇒ Object (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
#attributes ⇒ Object
10 11 12 |
# File 'lib/appfuel/storage/file/base.rb', line 10 def attributes end |
#exsits?(data) ⇒ 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 |