Class: CodeSunset::FeatureSnapshot
- Inherits:
-
Struct
- Object
- Struct
- CodeSunset::FeatureSnapshot
- Defined in:
- lib/code_sunset/feature_snapshot.rb
Instance Attribute Summary collapse
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#hits_30d ⇒ Object
Returns the value of attribute hits_30d.
-
#hits_7d ⇒ Object
Returns the value of attribute hits_7d.
-
#last_seen_at ⇒ Object
Returns the value of attribute last_seen_at.
-
#paid_hits_30d ⇒ Object
Returns the value of attribute paid_hits_30d.
-
#score ⇒ Object
Returns the value of attribute score.
-
#status ⇒ Object
Returns the value of attribute status.
-
#unique_orgs_count ⇒ Object
Returns the value of attribute unique_orgs_count.
-
#unique_users_count ⇒ Object
Returns the value of attribute unique_users_count.
Instance Attribute Details
#feature ⇒ Object
Returns the value of attribute feature
2 3 4 |
# File 'lib/code_sunset/feature_snapshot.rb', line 2 def feature @feature end |
#hits_30d ⇒ Object
Returns the value of attribute hits_30d
2 3 4 |
# File 'lib/code_sunset/feature_snapshot.rb', line 2 def hits_30d @hits_30d end |
#hits_7d ⇒ Object
Returns the value of attribute hits_7d
2 3 4 |
# File 'lib/code_sunset/feature_snapshot.rb', line 2 def hits_7d @hits_7d end |
#last_seen_at ⇒ Object
Returns the value of attribute last_seen_at
2 3 4 |
# File 'lib/code_sunset/feature_snapshot.rb', line 2 def last_seen_at @last_seen_at end |
#paid_hits_30d ⇒ Object
Returns the value of attribute paid_hits_30d
2 3 4 |
# File 'lib/code_sunset/feature_snapshot.rb', line 2 def paid_hits_30d @paid_hits_30d end |
#score ⇒ Object
Returns the value of attribute score
2 3 4 |
# File 'lib/code_sunset/feature_snapshot.rb', line 2 def score @score end |
#status ⇒ Object
Returns the value of attribute status
2 3 4 |
# File 'lib/code_sunset/feature_snapshot.rb', line 2 def status @status end |
#unique_orgs_count ⇒ Object
Returns the value of attribute unique_orgs_count
2 3 4 |
# File 'lib/code_sunset/feature_snapshot.rb', line 2 def unique_orgs_count @unique_orgs_count end |
#unique_users_count ⇒ Object
Returns the value of attribute unique_users_count
2 3 4 |
# File 'lib/code_sunset/feature_snapshot.rb', line 2 def unique_users_count @unique_users_count end |