Parent

Methods

Files

Itunes::Transporter::Locale

Attributes

language[RW]
title[RW]

Public Class Methods

new(language, title) click to toggle source
# File lib/itunes/transporter/locale.rb, line 7
def initialize(language, title)
        @language = language
        @title = title
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.