class Rabbit::Command::RabbitSlide::SlideIDMapper

Private Instance Methods

apply_value(value) click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 337
def apply_value(value)
  @data.slide_conf.id = value
end
valid?(value) click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 329
def valid?(value)
  not value.empty?
end
value() click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 333
def value
  @data.slide_conf.id
end