Class: Rexer::Extension::Theme::Action

Inherits:
Object
  • Object
show all
Includes:
Wisper::Publisher
Defined in:
lib/rexer/extension/theme/action.rb

Direct Known Subclasses

Install, ReloadSource, Uninstall, Update

Instance Method Summary collapse

Constructor Details

#initialize(definition) ⇒ Action

Returns a new instance of Action.



9
10
11
12
# File 'lib/rexer/extension/theme/action.rb', line 9

def initialize(definition)
  @definition = definition
  @theme = Entity::Theme.new(definition)
end