Module: Whoa

Defined in:
lib/whoa.rb,
lib/whoa/feed.rb,
lib/whoa/link.rb,
lib/whoa/page.rb,
lib/whoa/request.rb,
lib/whoa/wo_object.rb,
lib/whoa/experiment.rb,
lib/whoa/authentication.rb

Defined Under Namespace

Classes: Authentication, Experiment, Feed, Link, Page, Request, WoObject

Class Attribute Summary collapse

Class Attribute Details

.account_idObject

Returns the value of attribute account_id.



22
23
24
# File 'lib/whoa.rb', line 22

def 
  @account_id
end

.emailObject

Returns the value of attribute email.



20
21
22
# File 'lib/whoa.rb', line 20

def email
  @email
end

.passwordObject

Returns the value of attribute password.



21
22
23
# File 'lib/whoa.rb', line 21

def password
  @password
end