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

#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

#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