Class: XCResult::ActionAbstractTestSummary
- Inherits:
-
AbstractObject
- Object
- AbstractObject
- XCResult::ActionAbstractTestSummary
- Defined in:
- lib/xcresult/models.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.
46 47 48 49 |
# File 'lib/xcresult/models.rb', line 46 def initialize(data) self.name = fetch_value(data, 'name') super end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
45 46 47 |
# File 'lib/xcresult/models.rb', line 45 def name @name end |