Class: Halo::Clients::Halo5Client
- Inherits:
-
Halo::Client
- Object
- Halo::Client
- Halo::Clients::Halo5Client
- Defined in:
- lib/halo-api/clients/halo5_client.rb
Overview
Halo 5 Client
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Halo5Client
constructor
A new instance of Halo5Client.
- #metadata(options = {}) ⇒ Object
- #profile(options = {}) ⇒ Object
- #stats(options = {}) ⇒ Object
- #ugc(options = {}) ⇒ Object
Methods inherited from Halo::Client
#cache_store, #cached?, #set_up_cache
Constructor Details
#initialize(options = {}) ⇒ Halo5Client
Returns a new instance of Halo5Client.
14 15 16 |
# File 'lib/halo-api/clients/halo5_client.rb', line 14 def initialize( = {}) super() end |
Instance Method Details
#metadata(options = {}) ⇒ Object
18 19 20 |
# File 'lib/halo-api/clients/halo5_client.rb', line 18 def ( = {}) (, Halo::Halo5::Metadata) end |
#profile(options = {}) ⇒ Object
22 23 24 |
# File 'lib/halo-api/clients/halo5_client.rb', line 22 def profile( = {}) (, Halo::Halo5::Profile) end |