Class: StartupStats::Countdb::Count
- Inherits:
-
Object
- Object
- StartupStats::Countdb::Count
- Defined in:
- lib/startupstats/countdb/models/count.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#date ⇒ Object
Returns the value of attribute date.
-
#db_id ⇒ Object
Returns the value of attribute db_id.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
4 5 6 |
# File 'lib/startupstats/countdb/models/count.rb', line 4 def count @count end |
#date ⇒ Object
Returns the value of attribute date.
4 5 6 |
# File 'lib/startupstats/countdb/models/count.rb', line 4 def date @date end |
#db_id ⇒ Object
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 |
#key ⇒ Object
Returns the value of attribute key.
4 5 6 |
# File 'lib/startupstats/countdb/models/count.rb', line 4 def key @key end |