Skip to content

AndyGauge/rubymas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

creating a connection to a MAS server begins with the .new method. Pass a hash to the initializer with your connection information:

RubyMas.new {
          host: 'localhost',
          user: 'username',
      password: 'password',
      mas_user: 'AG',
      mas_pass: 'password'           
}

About

MAS adapter for ruby, enable automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages