Class: RedboothRuby::User

Inherits:
Base
  • Object
show all
Includes:
Operations::Index, Operations::Show
Defined in:
lib/redbooth-ruby/user.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#session

Method Summary

Methods included from Operations::Show

included

Methods included from Operations::Index

included

Methods inherited from Base

#errors, #initialize, #parse_timestamps, #set_attributes, #valid?

Methods included from Operations::Base

included

Constructor Details

This class inherits a constructor from RedboothRuby::Base

Instance Attribute Details

#confirmedObject

Returns the value of attribute confirmed.



6
7
8
# File 'lib/redbooth-ruby/user.rb', line 6

def confirmed
  @confirmed
end

#created_timeObject

Returns the value of attribute created_time.



6
7
8
# File 'lib/redbooth-ruby/user.rb', line 6

def created_time
  @created_time
end

#developerObject

Returns the value of attribute developer.



6
7
8
# File 'lib/redbooth-ruby/user.rb', line 6

def developer
  @developer
end

#emailObject

Returns the value of attribute email.



6
7
8
# File 'lib/redbooth-ruby/user.rb', line 6

def email
  @email
end

#emailsObject

Returns the value of attribute emails.



6
7
8
# File 'lib/redbooth-ruby/user.rb', line 6

def emails
  @emails
end

#first_nameObject

Returns the value of attribute first_name.



6
7
8
# File 'lib/redbooth-ruby/user.rb', line 6

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/redbooth-ruby/user.rb', line 6

def id
  @id
end

#last_nameObject

Returns the value of attribute last_name.



6
7
8
# File 'lib/redbooth-ruby/user.rb', line 6

def last_name
  @last_name
end

#storageObject

Returns the value of attribute storage.



6
7
8
# File 'lib/redbooth-ruby/user.rb', line 6

def storage
  @storage
end

#user_idObject

Returns the value of attribute user_id.



6
7
8
# File 'lib/redbooth-ruby/user.rb', line 6

def user_id
  @user_id
end