Class: StartupStats::Countdb::Count

Inherits:
Object
  • Object
show all
Defined in:
lib/startupstats/countdb/models/count.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count.



4
5
6
# File 'lib/startupstats/countdb/models/count.rb', line 4

def count
  @count
end

#dateObject

Returns the value of attribute date.



4
5
6
# File 'lib/startupstats/countdb/models/count.rb', line 4

def date
  @date
end

#db_idObject

Returns the value of attribute db_id.



4
5
6
# File 'lib/startupstats/countdb/models/count.rb', line 4

def db_id
  @db_id
end

#keyObject

Returns the value of attribute key.



4
5
6
# File 'lib/startupstats/countdb/models/count.rb', line 4

def key
  @key
end