Class: Croudia::SearchMetadata
- Defined in:
- lib/croudia/search_metadata.rb
Instance Attribute Summary collapse
-
#completed_in ⇒ Object
readonly
Returns the value of attribute completed_in.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#max_id ⇒ Object
readonly
Returns the value of attribute max_id.
-
#max_id_str ⇒ Object
readonly
Returns the value of attribute max_id_str.
-
#next_results ⇒ Object
readonly
Returns the value of attribute next_results.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#refresh_url ⇒ Object
readonly
Returns the value of attribute refresh_url.
-
#since_id ⇒ Object
readonly
Returns the value of attribute since_id.
-
#since_ids_str ⇒ Object
readonly
Returns the value of attribute since_ids_str.
Method Summary
Methods inherited from Base
#[], attr_object_reader, attr_reader, #attrs, #initialize, #inspect
Constructor Details
This class inherits a constructor from Croudia::Base
Instance Attribute Details
#completed_in ⇒ Object (readonly)
Returns the value of attribute completed_in.
5 6 7 |
# File 'lib/croudia/search_metadata.rb', line 5 def completed_in @completed_in end |
#count ⇒ Object (readonly)
Returns the value of attribute count.
5 6 7 |
# File 'lib/croudia/search_metadata.rb', line 5 def count @count end |
#max_id ⇒ Object (readonly)
Returns the value of attribute max_id.
5 6 7 |
# File 'lib/croudia/search_metadata.rb', line 5 def max_id @max_id end |
#max_id_str ⇒ Object (readonly)
Returns the value of attribute max_id_str.
5 6 7 |
# File 'lib/croudia/search_metadata.rb', line 5 def max_id_str @max_id_str end |
#next_results ⇒ Object (readonly)
Returns the value of attribute next_results.
5 6 7 |
# File 'lib/croudia/search_metadata.rb', line 5 def next_results @next_results end |
#query ⇒ Object (readonly)
Returns the value of attribute query.
5 6 7 |
# File 'lib/croudia/search_metadata.rb', line 5 def query @query end |
#refresh_url ⇒ Object (readonly)
Returns the value of attribute refresh_url.
5 6 7 |
# File 'lib/croudia/search_metadata.rb', line 5 def refresh_url @refresh_url end |
#since_id ⇒ Object (readonly)
Returns the value of attribute since_id.
5 6 7 |
# File 'lib/croudia/search_metadata.rb', line 5 def since_id @since_id end |
#since_ids_str ⇒ Object (readonly)
Returns the value of attribute since_ids_str.
5 6 7 |
# File 'lib/croudia/search_metadata.rb', line 5 def since_ids_str @since_ids_str end |