Class: ESA::Contexts::FilterContext

Inherits:
ESA::Context
  • Object
show all
Defined in:
app/models/esa/contexts/filter_context.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from ESA::Context

#amounts, #apply, #change_total, #check_freshness, #closing_context, #effective_contexts, #effective_end_date, #effective_path, #effective_start_date, #events, #flags, #has_subcontext_namespaces?, #is_fresh?, #is_root?, #is_subcontext?, #is_update_needed?, #last_transaction_time, #next_freshness_timestamp, #opening_context, #subcontext_namespaces, #transactions, #update!, #update_freshness_timestamp!

Instance Attribute Details

#filtersObject

Returns the value of attribute filters.



4
5
6
# File 'app/models/esa/contexts/filter_context.rb', line 4

def filters
  @filters
end

Instance Method Details

#can_be_persisted?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'app/models/esa/contexts/filter_context.rb', line 6

def can_be_persisted?
  false
end