Class: RTunesU::ExternalFeed

Inherits:
Entity
  • Object
show all
Defined in:
lib/rtunesu/entities/external_feed.rb

Instance Attribute Summary

Attributes inherited from Entity

#connection, #handle, #parent, #saved, #source_xml

Instance Method Summary collapse

Methods inherited from Entity

attributes, base_connection, #base_connection, base_connection=, #class_name, composed_of, #edited?, #edits, get_base_connection, #handle_from_source, has_a, has_n, #initialize, #inspect, #reload, set_base_connection, #to_xml, validates!, #value_from_edits_or_store

Constructor Details

This class inherits a constructor from RTunesU::Entity

Instance Method Details

#parent_handleObject

As an entirely nested entity ExternalFeed instances don’t have a parent handle. However, something ‘truthy’ needs to be presnet for proper XML document genration.



10
11
12
# File 'lib/rtunesu/entities/external_feed.rb', line 10

def parent_handle # :nodoc:
  ""
end