Method: GoodData::Bricks::ReleaseBrick#call

Defined in:
lib/gooddata/bricks/release_brick.rb

#call(params) ⇒ Object

Provisioning brick entry-point

Parameters:

  • params (Hash)

    Parameters

  • [String] (Hash)

    a customizable set of options



14
15
16
# File 'lib/gooddata/bricks/release_brick.rb', line 14

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