Module: Scan

Defined in:
lib/scan.rb,
lib/scan/runner.rb,
lib/scan/manager.rb,
lib/scan/options.rb,
lib/scan/version.rb,
lib/scan/slack_poster.rb,
lib/scan/detect_values.rb,
lib/scan/error_handler.rb,
lib/scan/report_collector.rb,
lib/scan/commands_generator.rb,
lib/scan/test_result_parser.rb,
lib/scan/test_command_generator.rb

Defined Under Namespace

Classes: CommandsGenerator, DetectValues, ErrorHandler, Manager, Options, ReportCollector, Runner, SlackPoster, TestCommandGenerator, TestResultParser

Constant Summary collapse

Helper =

you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore

FastlaneCore::Helper
VERSION =
"0.3.2"
DESCRIPTION =
"Making sure no bad code gets on board"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.cacheObject

Returns the value of attribute cache.



21
22
23
# File 'lib/scan.rb', line 21

def cache
  @cache
end

.configObject

Returns the value of attribute config.



17
18
19
# File 'lib/scan.rb', line 17

def config
  @config
end

.deviceObject

Returns the value of attribute device.



23
24
25
# File 'lib/scan.rb', line 23

def device
  @device
end

.projectObject

Returns the value of attribute project.



19
20
21
# File 'lib/scan.rb', line 19

def project
  @project
end

Class Method Details

.scanfile_nameObject



31
32
33
# File 'lib/scan.rb', line 31

def scanfile_name
  "Scanfile"
end