Class: Chiketto::Email

Inherits:
Resource show all
Defined in:
lib/chiketto/email.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#id

Instance Method Summary collapse

Methods inherited from Resource

build_query_string, endpoint, get, #initialize, open_post, paginated, post, should_paginate, token

Methods included from AttrDSL

included

Constructor Details

This class inherits a constructor from Chiketto::Resource

Instance Attribute Details

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/chiketto/email.rb', line 3

def email
  @email
end

#primaryObject

Returns the value of attribute primary.



3
4
5
# File 'lib/chiketto/email.rb', line 3

def primary
  @primary
end

#verifiedObject

Returns the value of attribute verified.



3
4
5
# File 'lib/chiketto/email.rb', line 3

def verified
  @verified
end

Instance Method Details

#to_sObject



7
8
9
# File 'lib/chiketto/email.rb', line 7

def to_s
  @email
end