Class: FeedTools::Cloud

Inherits:
Object
  • Object
show all
Defined in:
lib/feed_tools/feed_structures.rb

Overview

Represents a feed’s cloud. Be aware that this will be ignored for feed generation.

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject

The domain of the cloud.



102
103
104
# File 'lib/feed_tools/feed_structures.rb', line 102

def domain
  @domain
end

#pathObject

The path for the cloud.



104
105
106
# File 'lib/feed_tools/feed_structures.rb', line 104

def path
  @path
end

#portObject

The port the cloud is listening on.



106
107
108
# File 'lib/feed_tools/feed_structures.rb', line 106

def port
  @port
end

#protocolObject

The web services protocol the cloud uses. Possible values are either “xml-rpc” or “soap”.



109
110
111
# File 'lib/feed_tools/feed_structures.rb', line 109

def protocol
  @protocol
end

#register_procedureObject

The procedure to use to request notification.



111
112
113
# File 'lib/feed_tools/feed_structures.rb', line 111

def register_procedure
  @register_procedure
end