Class: Gooddata::Bricks::Brick
- Inherits:
-
Object
- Object
- Gooddata::Bricks::Brick
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
|
#name ⇒ Object
13
14
15
|
# File 'lib/gooddata/bricks/brick.rb', line 13
def name
self.class
end
|
#version ⇒ Object
17
18
19
|
# File 'lib/gooddata/bricks/brick.rb', line 17
def version
fail "Method version should be reimplemented"
end
|