Class: Desk::Api::InboundMailboxes
- Inherits:
-
Object
- Object
- Desk::Api::InboundMailboxes
- Includes:
- Listable
- Defined in:
- lib/desk/api/inbound_mailboxes.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) ⇒ InboundMailboxes
constructor
A new instance of InboundMailboxes.
Methods included from Listable
Constructor Details
#initialize(connection) ⇒ InboundMailboxes
Returns a new instance of InboundMailboxes.
12 13 14 15 16 |
# File 'lib/desk/api/inbound_mailboxes.rb', line 12 def initialize(connection) @connection = connection @endpoint = "inbound_mailbox" @return_class = Desk::InboundMailbox end |
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection.
10 11 12 |
# File 'lib/desk/api/inbound_mailboxes.rb', line 10 def connection @connection end |
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint.
10 11 12 |
# File 'lib/desk/api/inbound_mailboxes.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/inbound_mailboxes.rb', line 10 def return_class @return_class end |