Class: Stargate::Model::Scanner

Inherits:
Record
  • Object
show all
Defined in:
lib/stargate/model/scanner.rb

Constant Summary collapse

AVAILABLE_OPTS =
{  :start_row => "startRow", :end_row => "endRow",
:start_time => "startTime", :end_time => "endTime",
:batch => "batch" }

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

#initialize

Constructor Details

This class inherits a constructor from Stargate::Model::Record

Instance Attribute Details

#batch_sizeObject

Returns the value of attribute batch_size.



10
11
12
# File 'lib/stargate/model/scanner.rb', line 10

def batch_size
  @batch_size
end

#scanner_idObject

Deprecation: scanner_url is used instead of just the ID



13
14
15
# File 'lib/stargate/model/scanner.rb', line 13

def scanner_id
  @scanner_id
end

#scanner_urlObject

Returns the value of attribute scanner_url.



9
10
11
# File 'lib/stargate/model/scanner.rb', line 9

def scanner_url
  @scanner_url
end

#table_nameObject

Returns the value of attribute table_name.



8
9
10
# File 'lib/stargate/model/scanner.rb', line 8

def table_name
  @table_name
end