Class: Singly::Profiles::Service
- Inherits:
-
Object
- Object
- Singly::Profiles::Service
show all
- Includes:
- Endpoint
- Defined in:
- lib/singly/api/profiles/service.rb
Instance Attribute Summary
Attributes included from Endpoint
#options, #path
Instance Method Summary
collapse
Methods included from Endpoint
#fetch, #initialize, #url, #validate
Instance Method Details
#delete(id = nil) ⇒ Object
#service=(service) ⇒ Object
16
17
18
|
# File 'lib/singly/api/profiles/service.rb', line 16
def service=(service)
@service = service
end
|