Exception: ODBA::OdbaResultLimitError

Inherits:
OdbaError show all
Defined in:
lib/odba/odba_error.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index.



8
9
10
# File 'lib/odba/odba_error.rb', line 8

def index
  @index
end

#limitObject

Returns the value of attribute limit.



8
9
10
# File 'lib/odba/odba_error.rb', line 8

def limit
  @limit
end

#metaObject

Returns the value of attribute meta.



8
9
10
# File 'lib/odba/odba_error.rb', line 8

def meta
  @meta
end

#search_termObject

Returns the value of attribute search_term.



8
9
10
# File 'lib/odba/odba_error.rb', line 8

def search_term
  @search_term
end

#sizeObject

Returns the value of attribute size.



8
9
10
# File 'lib/odba/odba_error.rb', line 8

def size
  @size
end