class Rabbit::Command::RabbitSlide::SlideBaseNameMapper

Private Instance Methods

apply_value(value) click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 384
def apply_value(value)
  @data.slide_conf.base_name = value
end
valid?(value) click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 376
def valid?(value)
  not value.empty?
end
value() click to toggle source
# File lib/rabbit/command/rabbit-slide.rb, line 380
def value
  @data.slide_conf.base_name
end