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