Class: Itunes::Transporter::AchievementLocale

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#achievement_after_earned_imageObject

Returns the value of attribute achievement_after_earned_image

Returns:

  • (Object)

    the current value of achievement_after_earned_image



9
10
11
# File 'lib/itunes/transporter.rb', line 9

def achievement_after_earned_image
  @achievement_after_earned_image
end

#after_earned_descriptionObject

Returns the value of attribute after_earned_description

Returns:

  • (Object)

    the current value of after_earned_description



9
10
11
# File 'lib/itunes/transporter.rb', line 9

def after_earned_description
  @after_earned_description
end

#before_earned_descriptionObject

Returns the value of attribute before_earned_description

Returns:

  • (Object)

    the current value of before_earned_description



9
10
11
# File 'lib/itunes/transporter.rb', line 9

def before_earned_description
  @before_earned_description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/itunes/transporter.rb', line 9

def name
  @name
end

#should_removeObject

Returns the value of attribute should_remove

Returns:

  • (Object)

    the current value of should_remove



9
10
11
# File 'lib/itunes/transporter.rb', line 9

def should_remove
  @should_remove
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/itunes/transporter.rb', line 9

def title
  @title
end

Instance Method Details

#to_sObject



10
11
12
# File 'lib/itunes/transporter.rb', line 10

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