Class: ZendeskAPI::Organization
- Inherits:
-
Resource
- Object
- Data
- DataResource
- Resource
- ZendeskAPI::Organization
- Defined in:
- lib/zendesk_api/resources.rb
Instance Attribute Summary
Attributes inherited from DataResource
Attributes inherited from Data
#association, #attributes, #response
Instance Method Summary (collapse)
-
- (ZendeskAPI::Ability) ability
The associated object.
-
- (ZendeskAPI::Ability) ability=(value)
The associated object.
-
- (ZendeskAPI::Group) group
The associated object.
-
- (ZendeskAPI::Group) group=(value)
The associated object.
-
- (ZendeskAPI::Ticket) tickets(options = {})
The associated object.
-
- (ZendeskAPI::Ticket) tickets=(value)
The associated object.
-
- (ZendeskAPI::User) users(options = {})
The associated object.
-
- (ZendeskAPI::User) users=(value)
The associated object.
Methods included from Read
Methods included from Destroy
Methods included from Save
#clear_associations, #save, #save!, #save_associations
Methods included from Verbs
Methods inherited from Data
#/, #==, format, #id, #initialize, #method_missing, #new_record?, #path, resource_name, singular_resource_name, subclasses, #to_json
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
- (ZendeskAPI::Ability) ability
The associated object
63 |
# File 'lib/zendesk_api/resources.rb', line 63 has Ability, :inline => true |
- (ZendeskAPI::Ability) ability=(value)
The associated object
63 |
# File 'lib/zendesk_api/resources.rb', line 63 has Ability, :inline => true |
- (ZendeskAPI::Group) group
The associated object
64 |
# File 'lib/zendesk_api/resources.rb', line 64 has Group |
- (ZendeskAPI::Group) group=(value)
The associated object
64 |
# File 'lib/zendesk_api/resources.rb', line 64 has Group |
- (ZendeskAPI::Ticket) tickets(options = {})
The associated object
66 |
# File 'lib/zendesk_api/resources.rb', line 66 has_many Ticket |
- (ZendeskAPI::Ticket) tickets=(value)
The associated object
66 |
# File 'lib/zendesk_api/resources.rb', line 66 has_many Ticket |
- (ZendeskAPI::User) users(options = {})
The associated object
67 |
# File 'lib/zendesk_api/resources.rb', line 67 has_many User |
- (ZendeskAPI::User) users=(value)
The associated object
67 |
# File 'lib/zendesk_api/resources.rb', line 67 has_many User |