Class: MaisPersonClient::Person::Email

Inherits:
Struct
  • Object
show all
Defined in:
lib/mais_person_client/person.rb

Instance Attribute Summary collapse

Instance Attribute Details

#full_emailObject

Returns the value of attribute full_email

Returns:

  • (Object)

    the current value of full_email



14
15
16
# File 'lib/mais_person_client/person.rb', line 14

def full_email
  @full_email
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



14
15
16
# File 'lib/mais_person_client/person.rb', line 14

def host
  @host
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



14
15
16
# File 'lib/mais_person_client/person.rb', line 14

def type
  @type
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



14
15
16
# File 'lib/mais_person_client/person.rb', line 14

def user
  @user
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



14
15
16
# File 'lib/mais_person_client/person.rb', line 14

def visibility
  @visibility
end