Class: Superfeedr::Subscription

Inherits:
Node
  • Object
show all
Defined in:
lib/superfeedr/superfeedr.rb

Instance Method Summary collapse

Methods inherited from Node

#initialize

Constructor Details

This class inherits a constructor from Superfeedr::Node

Instance Method Details

#node_urlObject



206
207
208
# File 'lib/superfeedr/superfeedr.rb', line 206

def node_url
  content_from("@node")
end

#subscription_stateObject



202
203
204
# File 'lib/superfeedr/superfeedr.rb', line 202

def subscription_state
  content_from("@subscription")
end