Class: GogoKit::User

Inherits:
Resource show all
Defined in:
lib/gogokit/resource/user.rb

Overview

Instance Attribute Summary collapse

Attributes inherited from Resource

#links

Instance Attribute Details

#emailObject

Returns the value of attribute email.



6
7
8
# File 'lib/gogokit/resource/user.rb', line 6

def email
  @email
end

#email_optinObject

Returns the value of attribute email_optin.



6
7
8
# File 'lib/gogokit/resource/user.rb', line 6

def email_optin
  @email_optin
end

#full_nameObject

Returns the value of attribute full_name.



6
7
8
# File 'lib/gogokit/resource/user.rb', line 6

def full_name
  @full_name
end

#primary_phoneObject

Returns the value of attribute primary_phone.



6
7
8
# File 'lib/gogokit/resource/user.rb', line 6

def primary_phone
  @primary_phone
end