Class: Portage::Ucp::Identity
- Inherits:
-
Data
- Object
- Data
- Portage::Ucp::Identity
- Defined in:
- lib/portage/ucp/value_objects.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#linked_at ⇒ Object
readonly
Returns the value of attribute linked_at.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email
184 185 186 |
# File 'lib/portage/ucp/value_objects.rb', line 184 def email @email end |
#linked_at ⇒ Object (readonly)
Returns the value of attribute linked_at
184 185 186 |
# File 'lib/portage/ucp/value_objects.rb', line 184 def linked_at @linked_at end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
184 185 186 |
# File 'lib/portage/ucp/value_objects.rb', line 184 def subject @subject end |