class Gallagher::PDF

Overview

Personal Data Field

Included Modules

Extended Modules

Defined in:

gallagher/rest_api_models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String, href : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def default : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def href : String #

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

[View source]
def id : String #

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

[View source]
def name : String #

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

[View source]
def required : Bool | Nil #

[View source]
def required=(required : Bool | Nil) #

[View source]
def server_display_name : String | Nil #

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

[View source]
def unique : Bool | Nil #

[View source]
def unique=(unique : Bool | Nil) #

[View source]