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