Class: CC::Analyzer::Container::Result
- Inherits:
-
Struct
- Object
- Struct
- CC::Analyzer::Container::Result
- Defined in:
- lib/cc/analyzer/container.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#timed_out? ⇒ Object
Returns the value of attribute timed_out?.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
14 15 16 |
# File 'lib/cc/analyzer/container.rb', line 14 def duration @duration end |
#exit_status ⇒ Object
Returns the value of attribute exit_status
14 15 16 |
# File 'lib/cc/analyzer/container.rb', line 14 def exit_status @exit_status end |
#stderr ⇒ Object
Returns the value of attribute stderr
14 15 16 |
# File 'lib/cc/analyzer/container.rb', line 14 def stderr @stderr end |
#timed_out? ⇒ Object
Returns the value of attribute timed_out?
14 15 16 |
# File 'lib/cc/analyzer/container.rb', line 14 def timed_out? @timed_out? end |