Class: MaisPersonClient::Person::Email
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Person::Email
- Defined in:
- lib/mais_person_client/person.rb
Instance Attribute Summary collapse
-
#full_email ⇒ Object
Returns the value of attribute full_email.
-
#host ⇒ Object
Returns the value of attribute host.
-
#type ⇒ Object
Returns the value of attribute type.
-
#user ⇒ Object
Returns the value of attribute user.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#full_email ⇒ Object
Returns the value of attribute full_email
14 15 16 |
# File 'lib/mais_person_client/person.rb', line 14 def full_email @full_email end |
#host ⇒ Object
Returns the value of attribute host
14 15 16 |
# File 'lib/mais_person_client/person.rb', line 14 def host @host end |
#type ⇒ Object
Returns the value of attribute type
14 15 16 |
# File 'lib/mais_person_client/person.rb', line 14 def type @type end |
#user ⇒ Object
Returns the value of attribute user
14 15 16 |
# File 'lib/mais_person_client/person.rb', line 14 def user @user end |
#visibility ⇒ Object
Returns the value of attribute visibility
14 15 16 |
# File 'lib/mais_person_client/person.rb', line 14 def visibility @visibility end |