Class: CompletionKit::StarterMetrics::Starter

Inherits:
Struct
  • Object
show all
Defined in:
app/services/completion_kit/starter_metrics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#catchesObject

Returns the value of attribute catches

Returns:

  • (Object)

    the current value of catches



3
4
5
# File 'app/services/completion_kit/starter_metrics.rb', line 3

def catches
  @catches
end

#check_configObject

Returns the value of attribute check_config

Returns:

  • (Object)

    the current value of check_config



3
4
5
# File 'app/services/completion_kit/starter_metrics.rb', line 3

def check_config
  @check_config
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



3
4
5
# File 'app/services/completion_kit/starter_metrics.rb', line 3

def description
  @description
end

#instructionObject

Returns the value of attribute instruction

Returns:

  • (Object)

    the current value of instruction



3
4
5
# File 'app/services/completion_kit/starter_metrics.rb', line 3

def instruction
  @instruction
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



3
4
5
# File 'app/services/completion_kit/starter_metrics.rb', line 3

def key
  @key
end

#metric_typeObject

Returns the value of attribute metric_type

Returns:

  • (Object)

    the current value of metric_type



3
4
5
# File 'app/services/completion_kit/starter_metrics.rb', line 3

def metric_type
  @metric_type
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'app/services/completion_kit/starter_metrics.rb', line 3

def name
  @name
end

#rubric_bandsObject

Returns the value of attribute rubric_bands

Returns:

  • (Object)

    the current value of rubric_bands



3
4
5
# File 'app/services/completion_kit/starter_metrics.rb', line 3

def rubric_bands
  @rubric_bands
end