Class: NicovideoAccount
- Inherits:
-
Object
- Object
- NicovideoAccount
- Includes:
- CommentMove
- Defined in:
- lib/comment_move.rb
Direct Known Subclasses
Constant Summary
Constants included from CommentMove
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_session ⇒ Object
Returns the value of attribute user_session.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
Methods included from CommentMove
#get_playerstatus, #get_waybackkey, #login
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
9 10 11 |
# File 'lib/comment_move.rb', line 9 def password @password end |
#user_session ⇒ Object
Returns the value of attribute user_session.
9 10 11 |
# File 'lib/comment_move.rb', line 9 def user_session @user_session end |
#username ⇒ Object
Returns the value of attribute username.
9 10 11 |
# File 'lib/comment_move.rb', line 9 def username @username end |
Instance Method Details
#create_usersission ⇒ Object
11 12 13 |
# File 'lib/comment_move.rb', line 11 def create_usersission @user_session = login(@username, @password) end |