class Rabbit::Command::RabbitSlide::SlideWidthMapper

Private Instance Methods

apply_value(value) click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 415
def apply_value(value)
  @data.slide_conf.width = value
end
value() click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 411
def value
  @data.slide_conf.width
end