class GoodData::Bricks::HelloWorldBrick
Simple brick used for testing and debug purposes
Public Instance Methods
Source
# File lib/gooddata/bricks/hello_world_brick.rb, line 16 def call(params) GoodData::LCM2.perform('hello', params) end
HelloWorld brick entry-point
@param [Hash] params Parameters @option [String] ‘message’ text to be returned in result, if nill - nothing is returned :reek: UtilityFunction