Class: Zm::Client::MailboxItemID
- Inherits:
-
Data
- Object
- Data
- Zm::Client::MailboxItemID
- Defined in:
- lib/zm/client/mailbox/mailbox_item_id.rb
Instance Attribute Summary collapse
-
#item_id ⇒ Object
readonly
Returns the value of attribute item_id.
-
#mailbox_id ⇒ Object
readonly
Returns the value of attribute mailbox_id.
Instance Attribute Details
#item_id ⇒ Object (readonly)
Returns the value of attribute item_id
5 6 7 |
# File 'lib/zm/client/mailbox/mailbox_item_id.rb', line 5 def item_id @item_id end |
#mailbox_id ⇒ Object (readonly)
Returns the value of attribute mailbox_id
5 6 7 |
# File 'lib/zm/client/mailbox/mailbox_item_id.rb', line 5 def mailbox_id @mailbox_id end |