struct Contract::Policy

Defined in:

contract/policy.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 #

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

[View source]
def definition : Hash(String, String | Int32) #

[View source]
def definition=(definition : Hash(String, String | Int32)) #

[View source]
def name : String #

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

[View source]
def pattern : String #

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

[View source]
def priority : Int32 #

[View source]
def priority=(priority : Int32) #

[View source]
def vhost : String #

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

[View source]