struct Contract::EffectivePolicyDefinition

Defined in:

contract/queue.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 applyto : String | Nil #

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

[View source]
def name : String | Nil #

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

[View source]
def pattern : String | Nil #

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

[View source]
def priority : UInt32 | Nil #

[View source]
def priority=(priority : UInt32 | Nil) #

[View source]
def vhost : String | Nil #

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

[View source]