Class: Leggy::User

Inherits:
Object
  • Object
show all
Includes:
Helpers
Defined in:
lib/leggy/user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active.



5
6
7
# File 'lib/leggy/user.rb', line 5

def active
  @active
end

#date_registeredObject

Returns the value of attribute date_registered.



5
6
7
# File 'lib/leggy/user.rb', line 5

def date_registered
  @date_registered
end

#emailObject

Returns the value of attribute email.



5
6
7
# File 'lib/leggy/user.rb', line 5

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



5
6
7
# File 'lib/leggy/user.rb', line 5

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



5
6
7
# File 'lib/leggy/user.rb', line 5

def last_name
  @last_name
end

#organizationObject

Returns the value of attribute organization.



5
6
7
# File 'lib/leggy/user.rb', line 5

def organization
  @organization
end

#phone_numberObject

Returns the value of attribute phone_number.



5
6
7
# File 'lib/leggy/user.rb', line 5

def phone_number
  @phone_number
end

#plan_idObject

Returns the value of attribute plan_id.



5
6
7
# File 'lib/leggy/user.rb', line 5

def plan_id
  @plan_id
end

#tokenObject

Returns the value of attribute token.



5
6
7
# File 'lib/leggy/user.rb', line 5

def token
  @token
end

#urls_crawledObject

Returns the value of attribute urls_crawled.



5
6
7
# File 'lib/leggy/user.rb', line 5

def urls_crawled
  @urls_crawled
end