Class: MaisPersonClient::Person::Affiliation

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

Instance Attribute Summary collapse

Instance Attribute Details

#affdataObject

Returns the value of attribute affdata

Returns:

  • (Object)

    the current value of affdata



19
20
21
# File 'lib/mais_person_client/person.rb', line 19

def affdata
  @affdata
end

#affnumObject

Returns the value of attribute affnum

Returns:

  • (Object)

    the current value of affnum



19
20
21
# File 'lib/mais_person_client/person.rb', line 19

def affnum
  @affnum
end

#departmentObject

Returns the value of attribute department

Returns:

  • (Object)

    the current value of department



19
20
21
# File 'lib/mais_person_client/person.rb', line 19

def department
  @department
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



19
20
21
# File 'lib/mais_person_client/person.rb', line 19

def description
  @description
end

#effectiveObject

Returns the value of attribute effective

Returns:

  • (Object)

    the current value of effective



19
20
21
# File 'lib/mais_person_client/person.rb', line 19

def effective
  @effective
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/mais_person_client/person.rb', line 19

def name
  @name
end

#organizationObject

Returns the value of attribute organization

Returns:

  • (Object)

    the current value of organization



19
20
21
# File 'lib/mais_person_client/person.rb', line 19

def organization
  @organization
end

#placeObject

Returns the value of attribute place

Returns:

  • (Object)

    the current value of place



19
20
21
# File 'lib/mais_person_client/person.rb', line 19

def place
  @place
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



19
20
21
# File 'lib/mais_person_client/person.rb', line 19

def type
  @type
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



19
20
21
# File 'lib/mais_person_client/person.rb', line 19

def visibility
  @visibility
end