Class: GoodData::Bricks::HelloWorldBrick

Inherits:
Brick show all
Defined in:
lib/gooddata/bricks/hello_world_brick.rb

Overview

Simple brick used for testing and debug purposes

Instance Method Summary collapse

Methods inherited from Brick

#log, #name

Instance Method Details

#call(params) ⇒ Object

HelloWorld brick entry-point

:reek:UtilityFunction

Parameters:

  • params (Hash)

    Parameters

  • [String] (Hash)

    a customizable set of options



16
17
18
# File 'lib/gooddata/bricks/hello_world_brick.rb', line 16

def call(params)
  GoodData::LCM2.perform('hello', params)
end

#versionObject



7
8
9
# File 'lib/gooddata/bricks/hello_world_brick.rb', line 7

def version
  '0.0.1'
end