Class: Mailtrap::Account
- Inherits:
-
Struct
- Object
- Struct
- Mailtrap::Account
- Defined in:
- lib/mailtrap/account.rb
Overview
Data Transfer Object for Account
Instance Attribute Summary collapse
-
#access_levels ⇒ Array
readonly
The account access levels.
-
#id ⇒ Integer
readonly
The account ID.
-
#name ⇒ String
readonly
The account name.
Instance Attribute Details
#access_levels ⇒ Array (readonly)
The account access levels
10 11 12 |
# File 'lib/mailtrap/account.rb', line 10 def access_levels @access_levels end |
#id ⇒ Integer (readonly)
The account ID
10 11 12 |
# File 'lib/mailtrap/account.rb', line 10 def id @id end |
#name ⇒ String (readonly)
The account name
10 11 12 |
# File 'lib/mailtrap/account.rb', line 10 def name @name end |