class DashOverlord::UseCases::V1::ChartConfigs::Create::BuildChartConfig

Public Instance Methods

perform() click to toggle source
# File lib/dash_overlord/use_cases/v1/chart_configs/create/build_chart_config.rb, line 8
def perform
  context.chart_config ||= Models::V1::ChartConfig.new
end