Class: RoviAPI::Service
- Inherits:
-
Object
- Object
- RoviAPI::Service
- Defined in:
- lib/rovi_api/service.rb
Direct Known Subclasses
RoviAPI::Services::Data, RoviAPI::Services::Recs, RoviAPI::Services::Search
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ Service
constructor
A new instance of Service.
Constructor Details
#initialize(client) ⇒ Service
Returns a new instance of Service.
5 6 7 |
# File 'lib/rovi_api/service.rb', line 5 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
3 4 5 |
# File 'lib/rovi_api/service.rb', line 3 def client @client end |