Class: Evertils::Action::Group

Inherits:
Base
  • Object
show all
Defined in:
lib/evertils/actions/group.rb

Constant Summary collapse

Formatting =
Evertils::Helper::Formatting

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ Group

Returns a new instance of Group.

Since:

  • 2.2.2



10
11
12
13
14
15
16
17
# File 'lib/evertils/actions/group.rb', line 10

def initialize(args)
  @note_helper = Evertils::Helper::Note.instance
  @args = args
  @note = @note_helper.find_note_by_grammar(grammar.to_s)
  @api_helper = Evertils::Helper::ApiEnmlHandler.new(@config)

  execute
end