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



21
22
23
# File 'lib/gooddata/bricks/brick.rb', line 21

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

#nameObject



13
14
15
# File 'lib/gooddata/bricks/brick.rb', line 13

def name
  self.class
end

#versionObject



17
18
19
# File 'lib/gooddata/bricks/brick.rb', line 17

def version
  fail "Method version should be reimplemented"
end