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