class STIX2::ExternalReference

Included Modules

Defined in:

objects/external_reference.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(source_name : String) #

[View source]

Instance Method Detail

def description : String? #

[View source]
def description=(description : String?) #

[View source]
def external_id : String? #

[View source]
def external_id=(external_id : String?) #

[View source]
def hashes : Hash(String, String)? #

[View source]
def hashes=(hashes : Hash(String, String)?) #

[View source]
def source_name : String #

[View source]
def source_name=(source_name : String) #

[View source]
def url : String? #

[View source]
def url=(url : String?) #

[View source]