Class: Railswatch::Widgets::Card
- Inherits:
-
Base
- Object
- Base
- Railswatch::Widgets::Card
show all
- Defined in:
- lib/railswatch/widgets/card.rb
Instance Attribute Summary
Attributes inherited from Base
#datasource
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#label ⇒ Object
6
7
8
|
# File 'lib/railswatch/widgets/card.rb', line 6
def label
raise NotImplementedError
end
|
#to_partial_path ⇒ Object
14
15
16
|
# File 'lib/railswatch/widgets/card.rb', line 14
def to_partial_path
'railswatch/railswatch/card'
end
|
#value ⇒ Object
10
11
12
|
# File 'lib/railswatch/widgets/card.rb', line 10
def value
raise NotImplementedError
end
|