Class: GCPT::BuildReport::ENVInfo
- Inherits:
-
Object
- Object
- GCPT::BuildReport::ENVInfo
- Includes:
- JSONable
- Defined in:
- lib/gcpt/build_report/models.rb
Instance Attribute Summary collapse
-
#build_mode ⇒ Object
string, TODO:delayed.
-
#build_tool ⇒ Object
string, TODO:delayed.
-
#deps_tool ⇒ Object
string, cocoapods/unknown/…
-
#device_id ⇒ Object
string.
-
#env ⇒ Object
string.
-
#machine ⇒ Object
string.
-
#os ⇒ Object
string.
-
#os_version ⇒ Object
string.
Method Summary
Methods included from JSONable
Instance Attribute Details
#build_mode ⇒ Object
string, TODO:delayed
35 36 37 |
# File 'lib/gcpt/build_report/models.rb', line 35 def build_mode @build_mode end |
#build_tool ⇒ Object
string, TODO:delayed
34 35 36 |
# File 'lib/gcpt/build_report/models.rb', line 34 def build_tool @build_tool end |
#deps_tool ⇒ Object
string, cocoapods/unknown/…
36 37 38 |
# File 'lib/gcpt/build_report/models.rb', line 36 def deps_tool @deps_tool end |
#device_id ⇒ Object
string
33 34 35 |
# File 'lib/gcpt/build_report/models.rb', line 33 def device_id @device_id end |
#env ⇒ Object
string
29 30 31 |
# File 'lib/gcpt/build_report/models.rb', line 29 def env @env end |
#machine ⇒ Object
string
32 33 34 |
# File 'lib/gcpt/build_report/models.rb', line 32 def machine @machine end |
#os ⇒ Object
string
30 31 32 |
# File 'lib/gcpt/build_report/models.rb', line 30 def os @os end |
#os_version ⇒ Object
string
31 32 33 |
# File 'lib/gcpt/build_report/models.rb', line 31 def os_version @os_version end |