StableMPC::Server
Constructors
new(id : Int64, name : String, slug : String, url : String, auth_type : String, client_id : String | Nil, has_client_secret : Bool, has_bearer_token : Bool, allow_insecure_localhost : Bool, connection_status : String, connection_error : String | Nil, upstream_name : String | Nil, upstream_title : String | Nil, upstream_description : String | Nil, upstream_website_url : String | Nil, upstream_version : String | Nil, protocol_version : String | Nil, upstream_instructions : String | Nil, connected_at : Time | Nil, has_proxy_token : Bool, has_access_token : Bool, has_refresh_token : Bool, access_expires_at : Time | Nil, refresh_expires_at : Time | Nil, oauth_health_state : String, oauth_health_error : String | Nil, oauth_health_checked_at : Time | Nil, created_at : Time)
SourceInstance methods
access_expires_at
allow_insecure_localhost
auth_type
client_id
clone
Sourceconnected_at
connection_error
connection_status
copy_with(id _id = @id, name _name = @name, slug _slug = @slug, url _url = @url, auth_type _auth_type = @auth_type, client_id _client_id = @client_id, has_client_secret _has_client_secret = @has_client_secret, has_bearer_token _has_bearer_token = @has_bearer_token, allow_insecure_localhost _allow_insecure_localhost = @allow_insecure_localhost, connection_status _connection_status = @connection_status, connection_error _connection_error = @connection_error, upstream_name _upstream_name = @upstream_name, upstream_title _upstream_title = @upstream_title, upstream_description _upstream_description = @upstream_description, upstream_website_url _upstream_website_url = @upstream_website_url, upstream_version _upstream_version = @upstream_version, protocol_version _protocol_version = @protocol_version, upstream_instructions _upstream_instructions = @upstream_instructions, connected_at _connected_at = @connected_at, has_proxy_token _has_proxy_token = @has_proxy_token, has_access_token _has_access_token = @has_access_token, has_refresh_token _has_refresh_token = @has_refresh_token, access_expires_at _access_expires_at = @access_expires_at, refresh_expires_at _refresh_expires_at = @refresh_expires_at, oauth_health_state _oauth_health_state = @oauth_health_state, oauth_health_error _oauth_health_error = @oauth_health_error, oauth_health_checked_at _oauth_health_checked_at = @oauth_health_checked_at, created_at _created_at = @created_at)
Sourcecreated_at
has_access_token
has_bearer_token
has_client_secret
has_proxy_token
has_refresh_token
id
name
oauth_health_checked_at
oauth_health_error
oauth_health_state
protocol_version
refresh_expires_at
slug
upstream_description
upstream_instructions
upstream_name
upstream_title
upstream_version
upstream_website_url
url