Class: Person
- Inherits:
-
ArchDefObject
- Object
- ArchDefObject
- Person
- Defined in:
- lib/arch_obj_models/obj.rb
Overview
Personal information about a contributor
Instance Method Summary collapse
- #company ⇒ String?
- #email ⇒ String?
-
#name ⇒ String
Person’s name.
Constructor Details
This class inherits a constructor from ArchDefObject
Instance Method Details
#company ⇒ String?
254 |
# File 'lib/arch_obj_models/obj.rb', line 254 def company = @data["company"] |
#email ⇒ String?
250 |
# File 'lib/arch_obj_models/obj.rb', line 250 def email = @data["email"] |
#name ⇒ String
Returns Person’s name.
246 |
# File 'lib/arch_obj_models/obj.rb', line 246 def name = @data["name"] |