Class: Chiketto::Email
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#primary ⇒ Object
Returns the value of attribute primary.
-
#verified ⇒ Object
Returns the value of attribute verified.
Attributes inherited from Resource
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
Constructor Details
This class inherits a constructor from Chiketto::Resource
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/chiketto/email.rb', line 3 def email @email end |
#primary ⇒ Object
Returns the value of attribute primary.
3 4 5 |
# File 'lib/chiketto/email.rb', line 3 def primary @primary end |
#verified ⇒ Object
Returns the value of attribute verified.
3 4 5 |
# File 'lib/chiketto/email.rb', line 3 def verified @verified end |
Instance Method Details
#to_s ⇒ Object
7 8 9 |
# File 'lib/chiketto/email.rb', line 7 def to_s @email end |