Class: Nanoc::Int::ActionProvider Private
- Inherits:
-
Object
- Object
- Nanoc::Int::ActionProvider
- Extended by:
- PluginRegistry::PluginMethods
- Defined in:
- lib/nanoc/base/services/action_provider.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Class Method Summary collapse
- .for(_site) ⇒ Object private
Instance Method Summary collapse
- #memory_for(_rep) ⇒ Object private
- #rep_names_for(_item) ⇒ Object private
- #snapshots_defs_for(_rep) ⇒ Object private
Methods included from PluginRegistry::PluginMethods
all, identifier, identifiers, named, register
Class Method Details
.for(_site) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
6 7 8 |
# File 'lib/nanoc/base/services/action_provider.rb', line 6 def self.for(_site) raise NotImplementedError end |
Instance Method Details
#memory_for(_rep) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
14 15 16 |
# File 'lib/nanoc/base/services/action_provider.rb', line 14 def memory_for(_rep) raise NotImplementedError end |
#rep_names_for(_item) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 11 12 |
# File 'lib/nanoc/base/services/action_provider.rb', line 10 def rep_names_for(_item) raise NotImplementedError end |
#snapshots_defs_for(_rep) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
18 19 20 |
# File 'lib/nanoc/base/services/action_provider.rb', line 18 def snapshots_defs_for(_rep) raise NotImplementedError end |