Module: Feedjira::Podcast::Channel::Optional::InstanceMethods

Defined in:
lib/feedjira/podcast/channel/optional.rb

Instance Method Summary collapse

Instance Method Details

#categoriesObject



6
7
8
# File 'lib/feedjira/podcast/channel/optional.rb', line 6

def categories
  category.map(&:strip).uniq
end

#cloudObject



10
11
12
# File 'lib/feedjira/podcast/channel/optional.rb', line 10

def cloud
  @cloud ||= cloud_struct.new(*cloud_params)
end

#imageObject



14
15
16
# File 'lib/feedjira/podcast/channel/optional.rb', line 14

def image
  @image ||= image_struct.new(*image_params)
end

#skipObject



18
19
20
# File 'lib/feedjira/podcast/channel/optional.rb', line 18

def skip
  @skip ||= skip_struct.new(*skip_params)
end