Class: MaisPersonClient::Person::Url
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Person::Url
- Defined in:
- lib/mais_person_client/person.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
15 16 17 |
# File 'lib/mais_person_client/person.rb', line 15 def type @type end |
#url ⇒ Object
Returns the value of attribute url
15 16 17 |
# File 'lib/mais_person_client/person.rb', line 15 def url @url end |
#visibility ⇒ Object
Returns the value of attribute visibility
15 16 17 |
# File 'lib/mais_person_client/person.rb', line 15 def visibility @visibility end |