class GoodData::Bricks::RolloutBrick
Public Instance Methods
call(params)
click to toggle source
Rollout brick entry-point
# File lib/gooddata/bricks/rollout_brick.rb, line 10 def call(params) GoodData::LCM2.perform('rollout', params) end
version()
click to toggle source
# File lib/gooddata/bricks/rollout_brick.rb, line 5 def version '0.0.1' end