Class: Mechanize

Inherits:
Object
  • Object
show all
Defined in:
lib/nnmClub_api.rb

Instance Method Summary collapse

Instance Method Details

#loginObject



8
9
10
11
12
13
14
15
# File 'lib/nnmClub_api.rb', line 8

def 
  self.post(
    NnmClub::LOGIN_PAGE,
    username: NnmClub::USERNAME,
    password: NnmClub::PASSWORD,
    login: ""
  )
end