Class: XCResult::ActionAbstractTestSummary

Inherits:
AbstractObject show all
Defined in:
lib/xcresult/models.rb

Overview

  • ActionAbstractTestSummary

    • Kind: object

    • Properties: + name: String?

Instance Attribute Summary collapse

Attributes inherited from AbstractObject

#type

Instance Method Summary collapse

Methods inherited from AbstractObject

#fetch_value, #fetch_values

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

#nameObject

Returns the value of attribute name.



45
46
47
# File 'lib/xcresult/models.rb', line 45

def name
  @name
end