Class: Itunes::Transporter::PurchaseLocale

Inherits:
Struct
  • Object
show all
Defined in:
lib/itunes/transporter.rb,
lib/itunes/transporter/in_app_purchase.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



51
52
53
# File 'lib/itunes/transporter.rb', line 51

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



51
52
53
# File 'lib/itunes/transporter.rb', line 51

def name
  @name
end

#publication_nameObject

Returns the value of attribute publication_name

Returns:

  • (Object)

    the current value of publication_name



51
52
53
# File 'lib/itunes/transporter.rb', line 51

def publication_name
  @publication_name
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



51
52
53
# File 'lib/itunes/transporter.rb', line 51

def title
  @title
end

Instance Method Details

#to_sObject



52
53
54
# File 'lib/itunes/transporter.rb', line 52

def to_s
  "Name: #{self.name} Title: #{self.title}"
end