Class: OTX::Indicator::IP::NidsList

Inherits:
Type::Base show all
Defined in:
lib/otx_ruby/types/ip/nids_list.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

#countObject

Returns the value of attribute count.



5
6
7
# File 'lib/otx_ruby/types/ip/nids_list.rb', line 5

def count
  @count
end

#limitObject

Returns the value of attribute limit.



5
6
7
# File 'lib/otx_ruby/types/ip/nids_list.rb', line 5

def limit
  @limit
end

#resultsObject

Returns the value of attribute results.



5
6
7
# File 'lib/otx_ruby/types/ip/nids_list.rb', line 5

def results
  @results
end