Class: OTX::Indicator::Data

Inherits:
Type::Base show all
Defined in:
lib/otx_ruby/types/data.rb

Instance Attribute Summary collapse

Attributes inherited from Type::Base

#created, #id, #modified

Method Summary

Methods inherited from Type::Base

#initialize

Constructor Details

This class inherits a constructor from OTX::Type::Base

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



4
5
6
# File 'lib/otx_ruby/types/data.rb', line 4

def domain
  @domain
end

#fileObject

Returns the value of attribute file.



4
5
6
# File 'lib/otx_ruby/types/data.rb', line 4

def file
  @file
end

#md5Object

Returns the value of attribute md5.



4
5
6
# File 'lib/otx_ruby/types/data.rb', line 4

def md5
  @md5
end

#urlObject

Returns the value of attribute url.



4
5
6
# File 'lib/otx_ruby/types/data.rb', line 4

def url
  @url
end

#vtObject

Returns the value of attribute vt.



4
5
6
# File 'lib/otx_ruby/types/data.rb', line 4

def vt
  @vt
end