Class: Itunes::Transporter::VersionLocale

Inherits:
Struct
  • Object
show all
Defined in:
lib/itunes/transporter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



63
64
65
# File 'lib/itunes/transporter.rb', line 63

def description
  @description
end

#keywordsObject

Returns the value of attribute keywords

Returns:

  • (Object)

    the current value of keywords



63
64
65
# File 'lib/itunes/transporter.rb', line 63

def keywords
  @keywords
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



63
64
65
# File 'lib/itunes/transporter.rb', line 63

def name
  @name
end

#privacy_urlObject

Returns the value of attribute privacy_url

Returns:

  • (Object)

    the current value of privacy_url



63
64
65
# File 'lib/itunes/transporter.rb', line 63

def privacy_url
  @privacy_url
end

#screenshotsObject

Returns the value of attribute screenshots

Returns:

  • (Object)

    the current value of screenshots



63
64
65
# File 'lib/itunes/transporter.rb', line 63

def screenshots
  @screenshots
end

#software_urlObject

Returns the value of attribute software_url

Returns:

  • (Object)

    the current value of software_url



63
64
65
# File 'lib/itunes/transporter.rb', line 63

def software_url
  @software_url
end

#support_urlObject

Returns the value of attribute support_url

Returns:

  • (Object)

    the current value of support_url



63
64
65
# File 'lib/itunes/transporter.rb', line 63

def support_url
  @support_url
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



63
64
65
# File 'lib/itunes/transporter.rb', line 63

def title
  @title
end

#version_whats_newObject

Returns the value of attribute version_whats_new

Returns:

  • (Object)

    the current value of version_whats_new



63
64
65
# File 'lib/itunes/transporter.rb', line 63

def version_whats_new
  @version_whats_new
end

Instance Method Details

#to_sObject



64
65
66
# File 'lib/itunes/transporter.rb', line 64

def to_s
  "#{self.name} #{self.title}"
end