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