Module: FruityBuilder::IOS
- Defined in:
- lib/fruity_builder.rb,
lib/fruity_builder/plistutil.rb,
lib/fruity_builder/xcodebuild.rb,
lib/fruity_builder/build_properties.rb
Defined Under Namespace
Classes: BuildProperties, BuildPropertiesError, Helper, Plistutil, PlistutilCommandError, XCodeBuild, XCodeBuildCommandError
Constant Summary collapse
- @@log =
FruityBuilder::SysLog.new
Instance Attribute Summary collapse
-
#log ⇒ Object
Returns the value of attribute log.
Class Method Summary collapse
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
9 10 11 |
# File 'lib/fruity_builder.rb', line 9 def log @log end |
Class Method Details
.log ⇒ Object
13 14 15 |
# File 'lib/fruity_builder.rb', line 13 def self.log @@log end |
.set_logger(log) ⇒ Object
17 18 19 |
# File 'lib/fruity_builder.rb', line 17 def self.set_logger(log) @@log = log end |