Class: Labkit::UserExperienceSli::Definition

Inherits:
Data
  • Object
show all
Defined in:
lib/labkit/user_experience_sli/registry.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(user_experience_id:, description:, feature_category:, urgency:, apdex_threshold_s: nil) ⇒ Definition

Returns a new instance of Definition.



12
13
14
# File 'lib/labkit/user_experience_sli/registry.rb', line 12

def initialize(user_experience_id:, description:, feature_category:, urgency:, apdex_threshold_s: nil)
  super
end

Instance Attribute Details

#apdex_threshold_sObject (readonly)

Returns the value of attribute apdex_threshold_s

Returns:

  • (Object)

    the current value of apdex_threshold_s



11
12
13
# File 'lib/labkit/user_experience_sli/registry.rb', line 11

def apdex_threshold_s
  @apdex_threshold_s
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



11
12
13
# File 'lib/labkit/user_experience_sli/registry.rb', line 11

def description
  @description
end

#feature_categoryObject (readonly)

Returns the value of attribute feature_category

Returns:

  • (Object)

    the current value of feature_category



11
12
13
# File 'lib/labkit/user_experience_sli/registry.rb', line 11

def feature_category
  @feature_category
end

#urgencyObject (readonly)

Returns the value of attribute urgency

Returns:

  • (Object)

    the current value of urgency



11
12
13
# File 'lib/labkit/user_experience_sli/registry.rb', line 11

def urgency
  @urgency
end

#user_experience_idObject (readonly)

Returns the value of attribute user_experience_id

Returns:

  • (Object)

    the current value of user_experience_id



11
12
13
# File 'lib/labkit/user_experience_sli/registry.rb', line 11

def user_experience_id
  @user_experience_id
end