method

new

ruby latest stable - Class: RSS::ITunesChannelModel::ITunesOwner
new(*args)
public

No documentation available.

# File lib/rss/itunes.rb, line 217
      def initialize(*args)
        if Utils.element_initialize_arguments?(args)
          super
        else
          super()
          self.itunes_name = args[0]
          self.itunes_email = args[1]
        end
      end