seq  4.0.0-pre3
Public Member Functions | Static Public Attributes | List of all members
otto.otto_client.OttoConfig Class Reference

Public Member Functions

def values (self)
 

Static Public Attributes

 url = attr.ib(default="")
 
 insid = attr.ib(default="")
 
 mode = attr.ib(default="VM")
 
 user = attr.ib(default="user")
 
 password = attr.ib(default="123")
 

Member Function Documentation

◆ values()

def otto.otto_client.OttoConfig.values (   self)

Member Data Documentation

◆ insid

otto.otto_client.OttoConfig.insid = attr.ib(default="")
static

◆ mode

otto.otto_client.OttoConfig.mode = attr.ib(default="VM")
static

◆ password

otto.otto_client.OttoConfig.password = attr.ib(default="123")
static

◆ url

otto.otto_client.OttoConfig.url = attr.ib(default="")
static

◆ user

otto.otto_client.OttoConfig.user = attr.ib(default="user")
static

The documentation for this class was generated from the following file: