Module: Castle::ClientActions::ListItems
- Included in:
- Castle::Client
- Defined in:
- lib/castle/client_actions/list_items.rb
Overview
Client actions for list items
Instance Method Summary collapse
- #archive_list_item(options = {}) ⇒ Object
- #count_list_items(options = {}) ⇒ Object
- #create_list_item(options = {}) ⇒ Object
- #get_list_item(options = {}) ⇒ Object
- #query_list_items(options = {}) ⇒ Object
- #unarchive_list_item(options) ⇒ Object
- #update_list_item(options = {}) ⇒ Object
Instance Method Details
#archive_list_item(options = {}) ⇒ Object
9 10 11 |
# File 'lib/castle/client_actions/list_items.rb', line 9 def archive_list_item( = {}) Castle::API::ListItems::Archive.call() end |
#count_list_items(options = {}) ⇒ Object
14 15 16 |
# File 'lib/castle/client_actions/list_items.rb', line 14 def count_list_items( = {}) Castle::API::ListItems::Count.call() end |
#create_list_item(options = {}) ⇒ Object
19 20 21 |
# File 'lib/castle/client_actions/list_items.rb', line 19 def create_list_item( = {}) Castle::API::ListItems::Create.call() end |
#get_list_item(options = {}) ⇒ Object
24 25 26 |
# File 'lib/castle/client_actions/list_items.rb', line 24 def get_list_item( = {}) Castle::API::ListItems::Get.call() end |
#query_list_items(options = {}) ⇒ Object
29 30 31 |
# File 'lib/castle/client_actions/list_items.rb', line 29 def query_list_items( = {}) Castle::API::ListItems::Query.call() end |