Class: MaisPersonClient::Person::Location

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

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



16
17
18
# File 'lib/mais_person_client/person.rb', line 16

def code
  @code
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



16
17
18
# File 'lib/mais_person_client/person.rb', line 16

def location
  @location
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



16
17
18
# File 'lib/mais_person_client/person.rb', line 16

def type
  @type
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



16
17
18
# File 'lib/mais_person_client/person.rb', line 16

def visibility
  @visibility
end