Class: ZendeskAPI::Organization
- Inherits:
-
Resource
- Object
- Data
- DataResource
- Resource
- ZendeskAPI::Organization
- Defined in:
- lib/zendesk_api/resources.rb
Instance Attribute Summary (collapse)
-
- (ZendeskAPI::Association) association
inherited
from Data
The association.
-
- (Hash) attributes
(also: #to_param)
inherited
from Data
readonly
The resource's attributes.
-
- (Object) error
inherited
from DataResource
Returns the value of attribute error.
-
- (Object) error_message
inherited
from DataResource
Returns the value of attribute error_message.
-
- (Array) errors
inherited
from Data
The last received errors.
-
- (Object) response
inherited
from Data
Place to dump the last 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.
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 Attribute Details
- (ZendeskAPI::Association) association Originally defined in class Data
The association
- (Hash) attributes (readonly) Also known as: to_param Originally defined in class Data
The resource's attributes
- (Object) error Originally defined in class DataResource
Returns the value of attribute error
- (Object) error_message Originally defined in class DataResource
Returns the value of attribute error_message
- (Array) errors Originally defined in class Data
The last received errors
- (Object) response Originally defined in class Data
Place to dump the last response
Instance Method Details
- (ZendeskAPI::Ability) ability
The associated object
66 |
# File 'lib/zendesk_api/resources.rb', line 66 has Ability, :inline => true |
- (ZendeskAPI::Ability) ability=(value)
The associated object
66 |
# File 'lib/zendesk_api/resources.rb', line 66 has Ability, :inline => true |
- (ZendeskAPI::Group) group
The associated object
67 |
# File 'lib/zendesk_api/resources.rb', line 67 has Group |
- (ZendeskAPI::Group) group=(value)
The associated object
67 |
# File 'lib/zendesk_api/resources.rb', line 67 has Group |
- (ZendeskAPI::Ticket) tickets(options = {})
The associated object
69 |
# File 'lib/zendesk_api/resources.rb', line 69 has_many Ticket |
- (ZendeskAPI::Ticket) tickets=(value)
The associated object
69 |
# File 'lib/zendesk_api/resources.rb', line 69 has_many Ticket |
- (ZendeskAPI::User) users(options = {})
The associated object
70 |
# File 'lib/zendesk_api/resources.rb', line 70 has_many User |
- (ZendeskAPI::User) users=(value)
The associated object
70 |
# File 'lib/zendesk_api/resources.rb', line 70 has_many User |