Class: Nanoc::Int::ActionProvider Private

Inherits:
Object
  • Object
show all
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

RuleDSL::ActionProvider

Class Method Summary collapse

Instance Method Summary collapse

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.

Raises:

  • (NotImplementedError)


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.

Raises:

  • (NotImplementedError)


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.

Raises:

  • (NotImplementedError)


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.

Raises:

  • (NotImplementedError)


18
19
20
# File 'lib/nanoc/base/services/action_provider.rb', line 18

def snapshots_defs_for(_rep)
  raise NotImplementedError
end