Class: SiebelDonations::EmailAddress

Inherits:
Base
  • Object
show all
Defined in:
lib/siebel_donations/email_address.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

find, get, #initialize

Constructor Details

This class inherits a constructor from SiebelDonations::Base

Instance Attribute Details

#emailObject (readonly)

Returns the value of attribute email.



4
5
6
# File 'lib/siebel_donations/email_address.rb', line 4

def email
  @email
end

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/siebel_donations/email_address.rb', line 4

def id
  @id
end

#primaryObject (readonly)

Returns the value of attribute primary.



4
5
6
# File 'lib/siebel_donations/email_address.rb', line 4

def primary
  @primary
end

#typeObject (readonly)

Returns the value of attribute type.



4
5
6
# File 'lib/siebel_donations/email_address.rb', line 4

def type
  @type
end

#updated_atObject (readonly)

Returns the value of attribute updated_at.



4
5
6
# File 'lib/siebel_donations/email_address.rb', line 4

def updated_at
  @updated_at
end