Class: Textus::StoreView
- Inherits:
-
Object
- Object
- Textus::StoreView
- Defined in:
- lib/textus/store_view.rb
Constant Summary collapse
- READ_METHODS =
%i[get list where schema_envelope deps rdeps published stale validate_all].freeze
- WRITE_METHODS =
%i[put delete accept].freeze
Instance Method Summary collapse
-
#initialize(store) ⇒ StoreView
constructor
A new instance of StoreView.
Constructor Details
#initialize(store) ⇒ StoreView
Returns a new instance of StoreView.
6 7 8 |
# File 'lib/textus/store_view.rb', line 6 def initialize(store) @store = store end |