Class: ZendeskAPI::Automation
- Includes:
- Actions, Conditions
- Defined in:
- lib/zendesk_api/resources.rb
Instance Method Summary collapse
- #add_action(field, value) ⇒ Object included from Actions
- #add_all_condition(field, operator, value) ⇒ Object included from Conditions
- #add_any_condition(field, operator, value) ⇒ Object included from Conditions
- #all_conditions=(all_conditions) ⇒ Object included from Conditions
- #any_conditions=(any_conditions) ⇒ Object included from Conditions
-
#execution ⇒ ZendeskAPI::RuleExecution
The associated object.
-
#execution=(value) ⇒ ZendeskAPI::RuleExecution
The associated object.
Constructor Details
This class inherits a constructor from ZendeskAPI::Data
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ZendeskAPI::Data
Instance Method Details
#add_action(field, value) ⇒ Object Originally defined in module Actions
#add_all_condition(field, operator, value) ⇒ Object Originally defined in module Conditions
#add_any_condition(field, operator, value) ⇒ Object Originally defined in module Conditions
#all_conditions=(all_conditions) ⇒ Object Originally defined in module Conditions
#any_conditions=(any_conditions) ⇒ Object Originally defined in module Conditions
#execution ⇒ ZendeskAPI::RuleExecution
Returns The associated object
605 |
# File 'lib/zendesk_api/resources.rb', line 605 has :execution, :class => RuleExecution |
#execution=(value) ⇒ ZendeskAPI::RuleExecution
Returns The associated object
605 |
# File 'lib/zendesk_api/resources.rb', line 605 has :execution, :class => RuleExecution |