Class: SlotDecorator

Inherits:
Draper::Decorator
  • Object
show all
Defined in:
app/decorators/slot_decorator.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) classes



4
5
6
# File 'app/decorators/slot_decorator.rb', line 4

def classes
  "slot #{ color.slug }"
end

- (Object) style



8
9
10
# File 'app/decorators/slot_decorator.rb', line 8

def style
  "height: #{ height }px; left: #{ left }px; top: #{ top }px;"
end