Method: Evertils::Action::Group#initialize
- Defined in:
- lib/evertils/actions/group.rb
#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 |