class Rabbit::Command::RabbitSlide::SlideIDMapper
Private Instance Methods
apply_value(value)
click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 369 def apply_value(value) @data.slide_conf.id = value end
valid?(value)
click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 361 def valid?(value) not value.empty? end
value()
click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 365 def value @data.slide_conf.id end