123456789_123456789_123456789_123456789_123456789_

Class: RSS::Maker::RSS20::Channel::Cloud

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: RSS::Maker::RSS09::Channel::Cloud
Defined in: lib/rss/maker/2.0.rb

Instance Method Summary

Instance Method Details

#required_variable_names (private)

[ GitHub ]

  
# File 'lib/rss/maker/2.0.rb', line 44

def required_variable_names
  %w(domain port path registerProcedure protocol)
end

#to_feed(rss, channel)

[ GitHub ]

  
# File 'lib/rss/maker/2.0.rb', line 33

def to_feed(rss, channel)
  cloud = Rss::Channel::Cloud.new
  set = setup_values(cloud)
  if set
    channel.cloud = cloud
    set_parent(cloud, channel)
    setup_other_elements(rss, cloud)
  end
end