Class: ScreenItems
- Inherits:
-
Base
show all
- Defined in:
- lib/zapix/proxies/screenitems.rb
Instance Attribute Summary
Attributes inherited from Base
#client
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Constructor Details
This class inherits a constructor from Base
Instance Method Details
#create(options) ⇒ Object
4
5
6
|
# File 'lib/zapix/proxies/screenitems.rb', line 4
def create(options)
client.screenitem_create(options)
end
|
#delete(*screen_items_ids) ⇒ Object
8
9
10
|
# File 'lib/zapix/proxies/screenitems.rb', line 8
def delete(*screen_items_ids)
client.screenitem_delete(screen_items_ids)
end
|