Sha256: e01348f4af6b3e2d12ee4c73ba7fce086596d1a8d3ce3de9f548e2a29a512515

Contents?: true

Size: 320 Bytes

Versions: 3

Compression:

Stored size: 320 Bytes

Contents

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

        attribute :domain
        attribute :port
        attribute :path
        attribute :registerProcedure, as: :register_procedure
        attribute :protocol
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
feedjira-podcast-0.10.0 lib/feedjira/podcast/channel/cloud.rb
feedjira-podcast-0.9.14 lib/feedjira/podcast/channel/cloud.rb
feedjira-podcast-0.9.13 lib/feedjira/podcast/channel/cloud.rb