Class: Singly::Services::Shutterfly
- Inherits:
-
Object
- Object
- Singly::Services::Shutterfly
show all
- Includes:
- Endpoint, Service
- Defined in:
- lib/singly/api/services/shutterfly.rb
Instance Attribute Summary
Attributes included from Endpoint
#options, #path
Instance Method Summary
collapse
Methods included from Service
included, #service=, #service_endpoint
Methods included from Endpoint
#fetch, #initialize, #url, #validate
Instance Method Details
#albums(params = {}) ⇒ Object
12
13
14
|
# File 'lib/singly/api/services/shutterfly.rb', line 12
def albums(params={})
service_endpoint(__method__, params)
end
|
#photos(params = {}) ⇒ Object
16
17
18
|
# File 'lib/singly/api/services/shutterfly.rb', line 16
def photos(params={})
service_endpoint(__method__, params)
end
|
#self(params = {}) ⇒ Object
8
9
10
|
# File 'lib/singly/api/services/shutterfly.rb', line 8
def self(params={})
service_endpoint(__method__, params)
end
|