Class: FruityBuilder::IOS::Helper

Inherits:
Object
  • Object
show all
Defined in:
lib/fruity_builder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ Helper

Returns a new instance of Helper.



24
25
26
# File 'lib/fruity_builder.rb', line 24

def initialize(path)
  @path = path
end

Instance Attribute Details

#buildObject

Handle for the BuildProperties class



56
57
58
# File 'lib/fruity_builder.rb', line 56

def build
  @build
end

#pathObject

Returns the value of attribute path.



22
23
24
# File 'lib/fruity_builder.rb', line 22

def path
  @path
end

#plistObject

Returns the value of attribute plist.



22
23
24
# File 'lib/fruity_builder.rb', line 22

def plist
  @plist
end

#projectObject

Returns the value of attribute project.



22
23
24
# File 'lib/fruity_builder.rb', line 22

def project
  @project
end

#workspaceObject

Returns the value of attribute workspace.



22
23
24
# File 'lib/fruity_builder.rb', line 22

def workspace
  @workspace
end

#xcodeObject

Handle for the XCodeBuild class



64
65
66
# File 'lib/fruity_builder.rb', line 64

def xcode
  @xcode
end