Class: NicovideoAccount

Inherits:
Object
  • Object
show all
Includes:
CommentMove
Defined in:
lib/comment_move.rb

Direct Known Subclasses

NicovideoLiveBrodcast

Constant Summary

Constants included from CommentMove

CommentMove::VERSION

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from CommentMove

#get_playerstatus, #get_waybackkey, #login

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



9
10
11
# File 'lib/comment_move.rb', line 9

def password
  @password
end

#user_sessionObject

Returns the value of attribute user_session.



9
10
11
# File 'lib/comment_move.rb', line 9

def user_session
  @user_session
end

#usernameObject

Returns the value of attribute username.



9
10
11
# File 'lib/comment_move.rb', line 9

def username
  @username
end

Instance Method Details

#create_usersissionObject



11
12
13
# File 'lib/comment_move.rb', line 11

def create_usersission
  @user_session = (@username, @password)
end