Class: MaisPersonClient::Person::Place

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



22
23
24
# File 'lib/mais_person_client/person.rb', line 22

def address
  @address
end

#affnumObject

Returns the value of attribute affnum

Returns:

  • (Object)

    the current value of affnum



22
23
24
# File 'lib/mais_person_client/person.rb', line 22

def affnum
  @affnum
end

#qbfrObject

Returns the value of attribute qbfr

Returns:

  • (Object)

    the current value of qbfr



22
23
24
# File 'lib/mais_person_client/person.rb', line 22

def qbfr
  @qbfr
end

#telephoneObject

Returns the value of attribute telephone

Returns:

  • (Object)

    the current value of telephone



22
23
24
# File 'lib/mais_person_client/person.rb', line 22

def telephone
  @telephone
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



22
23
24
# File 'lib/mais_person_client/person.rb', line 22

def type
  @type
end