Class: CheapSkate::Query

Inherits:
Object
  • Object
show all
Defined in:
lib/cheap_skate/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filterObject

Returns the value of attribute filter.



313
314
315
# File 'lib/cheap_skate/models.rb', line 313

def filter
  @filter
end

#filter_procObject

Returns the value of attribute filter_proc.



313
314
315
# File 'lib/cheap_skate/models.rb', line 313

def filter_proc
  @filter_proc
end

#parserObject

Returns the value of attribute parser.



313
314
315
# File 'lib/cheap_skate/models.rb', line 313

def parser
  @parser
end

#queryObject

Returns the value of attribute query.



313
314
315
# File 'lib/cheap_skate/models.rb', line 313

def query
  @query
end