class CPEE::ModelManagement::GetStages
Public Instance Methods
response()
click to toggle source
# File lib/cpee-model-management/implementation.rb, line 220 def response themes = @a[0] Riddl::Parameter::Complex.new('list','application/json',JSON::pretty_generate(themes&.keys || [])) end