Class: Mailtrap::InboundFolder
- Inherits:
-
Struct
- Object
- Struct
- Mailtrap::InboundFolder
- Defined in:
- lib/mailtrap/inbound_folder.rb
Overview
Data Transfer Object for an inbound folder
Instance Attribute Summary collapse
-
#id ⇒ Integer
readonly
The folder ID.
-
#name ⇒ String
readonly
The folder name.
Instance Attribute Details
#id ⇒ Integer (readonly)
The folder ID
8 9 10 |
# File 'lib/mailtrap/inbound_folder.rb', line 8 def id @id end |
#name ⇒ String (readonly)
The folder name
8 9 10 |
# File 'lib/mailtrap/inbound_folder.rb', line 8 def name @name end |