Class: Portage::Ucp::Identity

Inherits:
Data
  • Object
show all
Defined in:
lib/portage/ucp/value_objects.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



184
185
186
# File 'lib/portage/ucp/value_objects.rb', line 184

def email
  @email
end

#linked_atObject (readonly)

Returns the value of attribute linked_at

Returns:

  • (Object)

    the current value of linked_at



184
185
186
# File 'lib/portage/ucp/value_objects.rb', line 184

def linked_at
  @linked_at
end

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



184
185
186
# File 'lib/portage/ucp/value_objects.rb', line 184

def subject
  @subject
end