struct Contract::ClientProperties

Defined in:

contract/connection.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Contract::Interface

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def capabilities : Capabilities #

[View source]
def capabilities=(capabilities : Capabilities) #

[View source]
def connection_name : String #

[View source]
def connection_name=(connection_name : String) #

[View source]
def information : String | Nil #

[View source]
def information=(information : String | Nil) #

[View source]
def platform : String #

[View source]
def platform=(platform : String) #

[View source]
def product : String #

[View source]
def product=(product : String) #

[View source]
def version : String #

[View source]
def version=(version : String) #

[View source]