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.



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

def index
  @index
end

#limitObject

Returns the value of attribute limit.



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

def limit
  @limit
end

#metaObject

Returns the value of attribute meta.



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

def meta
  @meta
end

#search_termObject

Returns the value of attribute search_term.



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

def search_term
  @search_term
end

#sizeObject

Returns the value of attribute size.



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

def size
  @size
end