Class: GoodData::Bricks::HelloWorldBrick
- Defined in:
- lib/gooddata/bricks/hello_world_brick.rb
Overview
Simple brick used for testing and debug purposes
Instance Method Summary collapse
-
#call(params) ⇒ Object
HelloWorld brick entry-point.
- #version ⇒ Object
Methods inherited from Brick
Instance Method Details
#call(params) ⇒ Object
HelloWorld brick entry-point
:reek:UtilityFunction
16 17 18 |
# File 'lib/gooddata/bricks/hello_world_brick.rb', line 16 def call(params) GoodData::LCM2.perform('hello', params) end |
#version ⇒ Object
7 8 9 |
# File 'lib/gooddata/bricks/hello_world_brick.rb', line 7 def version '0.0.1' end |