Sha256: 3a5c3da3000c95c303b97da6faa259a1bfe6d2c61b191110d8293926f8ef9be2

Contents?: true

Size: 295 Bytes

Versions: 4

Compression:

Stored size: 295 Bytes

Contents

module Feedjira
  module Podcast
    module Channel
      class Cloud
        include SAXMachine
        include FeedUtilities

        attribute :domain
        attribute :port
        attribute :path
        attribute :registerProcedure
        attribute :protocol
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
feedjira-podcast-0.9.12 lib/feedjira/podcast/channel/cloud.rb
feedjira-podcast-0.9.11 lib/feedjira/podcast/channel/cloud.rb
feedjira-podcast-0.9.10 lib/feedjira/podcast/channel/cloud.rb
feedjira-podcast-0.9.9 lib/feedjira/podcast/channel/cloud.rb