Class: Desk::Api::CustomFields
- Inherits:
-
Object
- Object
- Desk::Api::CustomFields
- Includes:
- Listable
- Defined in:
- lib/desk/api/custom_fields.rb
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
Returns the value of attribute connection.
-
#endpoint ⇒ Object
readonly
Returns the value of attribute endpoint.
-
#return_class ⇒ Object
readonly
Returns the value of attribute return_class.
Instance Method Summary collapse
-
#initialize(connection) ⇒ CustomFields
constructor
A new instance of CustomFields.
Methods included from Listable
Constructor Details
#initialize(connection) ⇒ CustomFields
Returns a new instance of CustomFields.
12 13 14 15 16 |
# File 'lib/desk/api/custom_fields.rb', line 12 def initialize(connection) @connection = connection @endpoint = "custom_fields" @return_class = Desk::CustomField end |
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection.
10 11 12 |
# File 'lib/desk/api/custom_fields.rb', line 10 def connection @connection end |
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint.
10 11 12 |
# File 'lib/desk/api/custom_fields.rb', line 10 def endpoint @endpoint end |
#return_class ⇒ Object (readonly)
Returns the value of attribute return_class.
10 11 12 |
# File 'lib/desk/api/custom_fields.rb', line 10 def return_class @return_class end |