Class: FTPMVC::Filter::Base
- Inherits:
-
Object
- Object
- FTPMVC::Filter::Base
- Extended by:
- Forwardable
- Defined in:
- lib/ftpmvc/filter/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(fs, chain, options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(fs, chain, options = {}) ⇒ Base
Returns a new instance of Base.
12 13 14 15 |
# File 'lib/ftpmvc/filter/base.rb', line 12 def initialize(fs, chain, ={}) @fs, @chain, = fs, chain, setup end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
10 11 12 |
# File 'lib/ftpmvc/filter/base.rb', line 10 def end |