Class: Croudia::SearchMetadata

Inherits:
Base
  • Object
show all
Defined in:
lib/croudia/search_metadata.rb

Instance Attribute Summary collapse

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_inObject (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

#countObject (readonly)

Returns the value of attribute count.



5
6
7
# File 'lib/croudia/search_metadata.rb', line 5

def count
  @count
end

#max_idObject (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_strObject (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_resultsObject (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

#queryObject (readonly)

Returns the value of attribute query.



5
6
7
# File 'lib/croudia/search_metadata.rb', line 5

def query
  @query
end

#refresh_urlObject (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_idObject (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_strObject (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