struct Asterisk::ARI::Mailboxes::Mailbox
- Asterisk::ARI::Mailboxes::Mailbox
- Struct
- Value
- Object
Overview
Represents the state of a mailbox.
Included Modules
- JSON::Serializable
Defined in:
asterisk/ari/models/mailboxes_mailbox.crConstructors
Instance Method Summary
-
#name : String
Name of the mailbox.
-
#name=(name : String)
Name of the mailbox.
-
#new_messages : Int32
Count of new messages in the mailbox.
-
#new_messages=(new_messages : Int32)
Count of new messages in the mailbox.
-
#old_messages : Int32
Count of old messages in the mailbox.
-
#old_messages=(old_messages : Int32)
Count of old messages in the mailbox.