Class: Desk::Api::Topics
- Inherits:
-
Object
- Object
- Desk::Api::Topics
- Defined in:
- lib/desk/api/topics.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) ⇒ Topics
constructor
A new instance of Topics.
Methods included from Deletable
Methods included from Creatable
Methods included from Listable
Constructor Details
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection.
15 16 17 |
# File 'lib/desk/api/topics.rb', line 15 def connection @connection end |
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint.
15 16 17 |
# File 'lib/desk/api/topics.rb', line 15 def endpoint @endpoint end |
#return_class ⇒ Object (readonly)
Returns the value of attribute return_class.
15 16 17 |
# File 'lib/desk/api/topics.rb', line 15 def return_class @return_class end |