Class: Kijkwijzer::Result
- Inherits:
-
Object
- Object
- Kijkwijzer::Result
- Defined in:
- lib/kijkwijzer/result.rb
Instance Attribute Summary collapse
-
#production_type ⇒ Object
Returns the value of attribute production_type.
-
#ratings ⇒ String
Get the ratings for the result.
-
#title ⇒ Object
Returns the value of attribute title.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Method Summary collapse
Instance Attribute Details
#production_type ⇒ Object
Returns the value of attribute production_type.
4 5 6 |
# File 'lib/kijkwijzer/result.rb', line 4 def production_type @production_type end |
#ratings ⇒ String
Get the ratings for the result
11 12 13 |
# File 'lib/kijkwijzer/result.rb', line 11 def @ratings end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/kijkwijzer/result.rb', line 3 def title @title end |
#year ⇒ Object
Returns the value of attribute year.
5 6 7 |
# File 'lib/kijkwijzer/result.rb', line 5 def year @year end |
Instance Method Details
#to_s ⇒ Object
22 23 24 |
# File 'lib/kijkwijzer/result.rb', line 22 def to_s "#<Kijkwijzer::Result @title=\"#{title}\", @year=#{year}>" end |