Exception: ODBA::OdbaResultLimitError
- Defined in:
- lib/odba/odba_error.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#search_term ⇒ Object
Returns the value of attribute search_term.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index.
9 10 11 |
# File 'lib/odba/odba_error.rb', line 9 def index @index end |
#limit ⇒ Object
Returns the value of attribute limit.
9 10 11 |
# File 'lib/odba/odba_error.rb', line 9 def limit @limit end |
#meta ⇒ Object
Returns the value of attribute meta.
9 10 11 |
# File 'lib/odba/odba_error.rb', line 9 def @meta end |
#search_term ⇒ Object
Returns the value of attribute search_term.
9 10 11 |
# File 'lib/odba/odba_error.rb', line 9 def search_term @search_term end |
#size ⇒ Object
Returns the value of attribute size.
9 10 11 |
# File 'lib/odba/odba_error.rb', line 9 def size @size end |