Class: Itunes::Transporter::LeaderboardLocale

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#formatter_suffixObject

Returns the value of attribute formatter_suffix

Returns:

  • (Object)

    the current value of formatter_suffix



21
22
23
# File 'lib/itunes/transporter.rb', line 21

def formatter_suffix
  @formatter_suffix
end

#formatter_suffix_singularObject

Returns the value of attribute formatter_suffix_singular

Returns:

  • (Object)

    the current value of formatter_suffix_singular



21
22
23
# File 'lib/itunes/transporter.rb', line 21

def formatter_suffix_singular
  @formatter_suffix_singular
end

#formatter_typeObject

Returns the value of attribute formatter_type

Returns:

  • (Object)

    the current value of formatter_type



21
22
23
# File 'lib/itunes/transporter.rb', line 21

def formatter_type
  @formatter_type
end

#leaderboard_imageObject

Returns the value of attribute leaderboard_image

Returns:

  • (Object)

    the current value of leaderboard_image



21
22
23
# File 'lib/itunes/transporter.rb', line 21

def leaderboard_image
  @leaderboard_image
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



21
22
23
# File 'lib/itunes/transporter.rb', line 21

def name
  @name
end

#should_removeObject

Returns the value of attribute should_remove

Returns:

  • (Object)

    the current value of should_remove



21
22
23
# File 'lib/itunes/transporter.rb', line 21

def should_remove
  @should_remove
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



21
22
23
# File 'lib/itunes/transporter.rb', line 21

def title
  @title
end

Instance Method Details

#to_sObject



22
23
24
# File 'lib/itunes/transporter.rb', line 22

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