Class: Gooddata::Bricks::Brick

Inherits:
Object
  • Object
show all
Defined in:
lib/gooddata/bricks/brick.rb

Instance Method Summary collapse

Instance Method Details

#call(params = {}) ⇒ Object



27
28
29
# File 'lib/gooddata/bricks/brick.rb', line 27

def call(params={})
  fail "Method run should be reimplemented"
end

#nameObject



19
20
21
# File 'lib/gooddata/bricks/brick.rb', line 19

def name
  self.class
end

#versionObject



23
24
25
# File 'lib/gooddata/bricks/brick.rb', line 23

def version
  fail "Method version should be reimplemented"
end