Class: Evertils::Action::Group
- Defined in:
- lib/evertils/actions/group.rb
Constant Summary collapse
- Formatting =
Evertils::Helper::Formatting
Instance Method Summary collapse
-
#initialize(args) ⇒ Group
constructor
A new instance of Group.
Constructor Details
#initialize(args) ⇒ Group
Returns a new instance of Group.
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 |