Class: Coneco::Rating
- Inherits:
-
Object
- Object
- Coneco::Rating
- Includes:
- InitHelper
- Defined in:
- lib/coneco/client.rb
Instance Attribute Summary collapse
-
#rating ⇒ Object
Returns the value of attribute rating.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(h) ⇒ Rating
constructor
A new instance of Rating.
Methods included from InitHelper
Constructor Details
#initialize(h) ⇒ Rating
Returns a new instance of Rating.
145 146 147 |
# File 'lib/coneco/client.rb', line 145 def initialize(h) populate(h) end |
Instance Attribute Details
#rating ⇒ Object
Returns the value of attribute rating.
144 145 146 |
# File 'lib/coneco/client.rb', line 144 def @rating end |
#title ⇒ Object
Returns the value of attribute title.
144 145 146 |
# File 'lib/coneco/client.rb', line 144 def title @title end |