Class: ZendeskAPI::User::Identity
- Inherits:
-
Resource
- Object
- Data
- DataResource
- Resource
- ZendeskAPI::User::Identity
- Defined in:
- lib/zendesk_api/resources.rb
Instance Method Summary collapse
-
#make_primary(options = {}) ⇒ Boolean
Makes this identity the primary one bumping all other identities down one.
-
#request_verification(options = {}) ⇒ Boolean
Requests verification for this identity.
-
#verify(options = {}) ⇒ Boolean
Verifies this identity.
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
#make_primary(options = {}) ⇒ Boolean
Makes this identity the primary one bumping all other identities down one
665 |
# File 'lib/zendesk_api/resources.rb', line 665 put :make_primary |
#request_verification(options = {}) ⇒ Boolean
Requests verification for this identity
671 |
# File 'lib/zendesk_api/resources.rb', line 671 put :request_verification |
#verify(options = {}) ⇒ Boolean
Verifies this identity
668 |
# File 'lib/zendesk_api/resources.rb', line 668 put :verify |