struct Contract::Permission

Defined in:

contract/permission.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 configure : String #

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

[View source]
def read : String #

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

[View source]
def user : String #

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

[View source]
def vhost : String #

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

[View source]
def write : String #

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

[View source]