Class: Croudia::Object::SearchMetadata
- Defined in:
- lib/croudia/object/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_id_str ⇒ Object
readonly
Returns the value of attribute since_id_str.
Attributes inherited from Base
Method Summary
Methods inherited from Base
attr_reader_as_array_object, attr_reader_as_object, #initialize
Constructor Details
This class inherits a constructor from Croudia::Object::Base
Instance Attribute Details
#completed_in ⇒ Object (readonly)
Returns the value of attribute completed_in.
6 7 8 |
# File 'lib/croudia/object/search_metadata.rb', line 6 def completed_in @completed_in end |
#count ⇒ Object (readonly)
Returns the value of attribute count.
6 7 8 |
# File 'lib/croudia/object/search_metadata.rb', line 6 def count @count end |
#max_id ⇒ Object (readonly)
Returns the value of attribute max_id.
6 7 8 |
# File 'lib/croudia/object/search_metadata.rb', line 6 def max_id @max_id end |
#max_id_str ⇒ Object (readonly)
Returns the value of attribute max_id_str.
6 7 8 |
# File 'lib/croudia/object/search_metadata.rb', line 6 def max_id_str @max_id_str end |
#next_results ⇒ Object (readonly)
Returns the value of attribute next_results.
6 7 8 |
# File 'lib/croudia/object/search_metadata.rb', line 6 def next_results @next_results end |
#query ⇒ Object (readonly)
Returns the value of attribute query.
6 7 8 |
# File 'lib/croudia/object/search_metadata.rb', line 6 def query @query end |
#refresh_url ⇒ Object (readonly)
Returns the value of attribute refresh_url.
6 7 8 |
# File 'lib/croudia/object/search_metadata.rb', line 6 def refresh_url @refresh_url end |
#since_id ⇒ Object (readonly)
Returns the value of attribute since_id.
6 7 8 |
# File 'lib/croudia/object/search_metadata.rb', line 6 def since_id @since_id end |
#since_id_str ⇒ Object (readonly)
Returns the value of attribute since_id_str.
6 7 8 |
# File 'lib/croudia/object/search_metadata.rb', line 6 def since_id_str @since_id_str end |