STIX2::Relationship
Inherits STIX2::Properties::DescriptionProperty < STIX2::Properties::Common < STIX2::Properties::MarkingProperty < STIX2::Macro::CreateMethods < STIX2::Properties::LangProperty < STIX2::Properties::ExternalReferencesProperty < STIX2::Macro::CreateMethods < STIX2::Properties::LabelsProperty < STIX2::Macro::CreateMethods < STIX2::Properties::BasicCommon < STIX2::Properties::Core < JSON::Serializable < Reference < Object
Constructors
new(relationship_type : String, source_ref : String, target_ref : String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(args : NamedTuple(relationship_type: String, source_ref: String, target_ref: String))
SourceInstance methods
relationship_type
Sourcerelationship_type=(relationship_type : String)
Sourcesource_ref
Sourcesource_ref=(source_ref : String)
Sourcestart_time
Sourcestart_time=(start_time : String | Nil)
Sourcestop_time
Sourcestop_time=(stop_time : String | Nil)
Sourcetarget_ref
Sourcetarget_ref=(target_ref : String)
Source