class Trainer::LegacyXCResult::Reference
-
-
Kind: object
-
Properties: + id:
String
+ targetType:TypeDefinition
?
-
Attributes
Public Class Methods
Source
# File trainer/lib/trainer/legacy_xcresult.rb, line 293 def initialize(data) self.id = fetch_value(data, "id") self.target_type = TypeDefinition.new(data["targetType"]) if data["targetType"] super end
Calls superclass method
Trainer::LegacyXCResult::AbstractObject::new