Class: FruityBuilder::IOS::Helper
- Inherits:
-
Object
- Object
- FruityBuilder::IOS::Helper
- Defined in:
- lib/fruity_builder.rb
Instance Attribute Summary collapse
-
#build ⇒ Object
Handle for the BuildProperties class.
-
#path ⇒ Object
Returns the value of attribute path.
-
#plist ⇒ Object
Returns the value of attribute plist.
-
#project ⇒ Object
Returns the value of attribute project.
-
#workspace ⇒ Object
Returns the value of attribute workspace.
-
#xcode ⇒ Object
Handle for the XCodeBuild class.
Instance Method Summary collapse
-
#initialize(path) ⇒ Helper
constructor
A new instance of Helper.
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
#build ⇒ Object
Handle for the BuildProperties class
56 57 58 |
# File 'lib/fruity_builder.rb', line 56 def build @build end |
#path ⇒ Object
Returns the value of attribute path.
22 23 24 |
# File 'lib/fruity_builder.rb', line 22 def path @path end |
#plist ⇒ Object
Returns the value of attribute plist.
22 23 24 |
# File 'lib/fruity_builder.rb', line 22 def plist @plist end |
#project ⇒ Object
Returns the value of attribute project.
22 23 24 |
# File 'lib/fruity_builder.rb', line 22 def project @project end |
#workspace ⇒ Object
Returns the value of attribute workspace.
22 23 24 |
# File 'lib/fruity_builder.rb', line 22 def workspace @workspace end |
#xcode ⇒ Object
Handle for the XCodeBuild class
64 65 66 |
# File 'lib/fruity_builder.rb', line 64 def xcode @xcode end |