Class: MaisPersonClient::Person::Url

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

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type

Returns:

  • the current value of type



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

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • the current value of url



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

def url
  @url
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • the current value of visibility



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

def visibility
  @visibility
end