Class: Gogcom::SaleItem
- Inherits:
-
Struct
- Object
- Struct
- Gogcom::SaleItem
- Defined in:
- lib/gogcom/sale.rb
Instance Attribute Summary collapse
-
#current_price ⇒ Object
Returns the value of attribute current_price.
-
#discount_amount ⇒ Object
Returns the value of attribute discount_amount.
-
#discount_percentage ⇒ Object
Returns the value of attribute discount_percentage.
-
#isGame ⇒ Object
Returns the value of attribute isGame.
-
#isMovie ⇒ Object
Returns the value of attribute isMovie.
-
#original_price ⇒ Object
Returns the value of attribute original_price.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#current_price ⇒ Object
Returns the value of attribute current_price
85 86 87 |
# File 'lib/gogcom/sale.rb', line 85 def current_price @current_price end |
#discount_amount ⇒ Object
Returns the value of attribute discount_amount
85 86 87 |
# File 'lib/gogcom/sale.rb', line 85 def discount_amount @discount_amount end |
#discount_percentage ⇒ Object
Returns the value of attribute discount_percentage
85 86 87 |
# File 'lib/gogcom/sale.rb', line 85 def discount_percentage @discount_percentage end |
#isGame ⇒ Object
Returns the value of attribute isGame
85 86 87 |
# File 'lib/gogcom/sale.rb', line 85 def isGame @isGame end |
#isMovie ⇒ Object
Returns the value of attribute isMovie
85 86 87 |
# File 'lib/gogcom/sale.rb', line 85 def isMovie @isMovie end |
#original_price ⇒ Object
Returns the value of attribute original_price
85 86 87 |
# File 'lib/gogcom/sale.rb', line 85 def original_price @original_price end |
#title ⇒ Object
Returns the value of attribute title
85 86 87 |
# File 'lib/gogcom/sale.rb', line 85 def title @title end |