Class: Trainer::LegacyXCResult::ActionAbstractTestSummary
- Inherits:
-
AbstractObject
- Object
- AbstractObject
- Trainer::LegacyXCResult::ActionAbstractTestSummary
- Defined in:
- trainer/lib/trainer/legacy_xcresult.rb
Overview
-
ActionAbstractTestSummary
-
Kind: object
-
Properties: + name: String?
-
Direct Known Subclasses
ActionTestPlanRunSummary, ActionTestSummaryIdentifiableObject, ActionTestableSummary
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from AbstractObject
Instance Method Summary collapse
-
#initialize(data) ⇒ ActionAbstractTestSummary
constructor
A new instance of ActionAbstractTestSummary.
Methods inherited from AbstractObject
Constructor Details
#initialize(data) ⇒ ActionAbstractTestSummary
Returns a new instance of ActionAbstractTestSummary.
45 46 47 48 |
# File 'trainer/lib/trainer/legacy_xcresult.rb', line 45 def initialize(data) self.name = fetch_value(data, "name") super end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
44 45 46 |
# File 'trainer/lib/trainer/legacy_xcresult.rb', line 44 def name @name end |