Class: CycleAnalytics::ProjectLevelStageAdapter::ProjectLevelStage

Inherits:
Struct
  • Object
show all
Defined in:
app/models/cycle_analytics/project_level_stage_adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



7
8
9
# File 'app/models/cycle_analytics/project_level_stage_adapter.rb', line 7

def description
  @description
end

#legendObject

Returns the value of attribute legend

Returns:

  • (Object)

    the current value of legend



7
8
9
# File 'app/models/cycle_analytics/project_level_stage_adapter.rb', line 7

def legend
  @legend
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'app/models/cycle_analytics/project_level_stage_adapter.rb', line 7

def name
  @name
end

#project_medianObject

Returns the value of attribute project_median

Returns:

  • (Object)

    the current value of project_median



7
8
9
# File 'app/models/cycle_analytics/project_level_stage_adapter.rb', line 7

def project_median
  @project_median
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



7
8
9
# File 'app/models/cycle_analytics/project_level_stage_adapter.rb', line 7

def title
  @title
end