Class: CheapSkate::Query
- Inherits:
-
Object
- Object
- CheapSkate::Query
- Defined in:
- lib/cheap_skate/models.rb
Instance Attribute Summary collapse
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#filter_proc ⇒ Object
Returns the value of attribute filter_proc.
-
#parser ⇒ Object
Returns the value of attribute parser.
-
#query ⇒ Object
Returns the value of attribute query.
Instance Attribute Details
#filter ⇒ Object
Returns the value of attribute filter.
313 314 315 |
# File 'lib/cheap_skate/models.rb', line 313 def filter @filter end |
#filter_proc ⇒ Object
Returns the value of attribute filter_proc.
313 314 315 |
# File 'lib/cheap_skate/models.rb', line 313 def filter_proc @filter_proc end |
#parser ⇒ Object
Returns the value of attribute parser.
313 314 315 |
# File 'lib/cheap_skate/models.rb', line 313 def parser @parser end |
#query ⇒ Object
Returns the value of attribute query.
313 314 315 |
# File 'lib/cheap_skate/models.rb', line 313 def query @query end |