Class: CodeSunset::FeatureSnapshot

Inherits:
Struct
  • Object
show all
Defined in:
lib/code_sunset/feature_snapshot.rb

Instance Attribute Summary collapse

Instance Attribute Details

#feature ⇒ Object

Returns the value of attribute feature

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of last_seen_at



2
3
4
# File 'lib/code_sunset/feature_snapshot.rb', line 2

def last_seen_at
  @last_seen_at
end

Returns the value of attribute paid_hits_30d

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of unique_users_count



2
3
4
# File 'lib/code_sunset/feature_snapshot.rb', line 2

def unique_users_count
  @unique_users_count
end