Class: Gogcom::SaleItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/gogcom/sale.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_priceObject

Returns the value of attribute current_price

Returns:

  • (Object)

    the current value of current_price



85
86
87
# File 'lib/gogcom/sale.rb', line 85

def current_price
  @current_price
end

#discount_amountObject

Returns the value of attribute discount_amount

Returns:

  • (Object)

    the current value of discount_amount



85
86
87
# File 'lib/gogcom/sale.rb', line 85

def discount_amount
  @discount_amount
end

#discount_percentageObject

Returns the value of attribute discount_percentage

Returns:

  • (Object)

    the current value of discount_percentage



85
86
87
# File 'lib/gogcom/sale.rb', line 85

def discount_percentage
  @discount_percentage
end

#isGameObject

Returns the value of attribute isGame

Returns:

  • (Object)

    the current value of isGame



85
86
87
# File 'lib/gogcom/sale.rb', line 85

def isGame
  @isGame
end

#isMovieObject

Returns the value of attribute isMovie

Returns:

  • (Object)

    the current value of isMovie



85
86
87
# File 'lib/gogcom/sale.rb', line 85

def isMovie
  @isMovie
end

#original_priceObject

Returns the value of attribute original_price

Returns:

  • (Object)

    the current value of original_price



85
86
87
# File 'lib/gogcom/sale.rb', line 85

def original_price
  @original_price
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



85
86
87
# File 'lib/gogcom/sale.rb', line 85

def title
  @title
end