Method: IB::Parser#initialize

Defined in:
lib/ib/parser.rb

#initialize(motion_template_type) ⇒ Parser

Returns a new instance of Parser.



16
17
18
19
20
# File 'lib/ib/parser.rb', line 16

def initialize(motion_template_type)
  # NOTE: motion_template_type equal to Motion::Project::App.template
  #       but, this class use its value for judging build platform.
  @build_platform = motion_template_type
end