struct InnerRange::Integriti::CardTemplate

Defined in:

inner_range/integriti.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct InnerRange::Integriti::IntegritiObject

new(pull : JSON::PullParser) new

Constructor Detail

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

def self.new(id : Int64 | Nil = nil, name : Nil | String = nil, site_id : Int32 | Nil = nil, site_name : Nil | String = nil, notes : Nil | String = nil, address : Nil | String = nil, site_code : Int64 | Nil = nil, site : InnerRange::Integriti::Site | Nil = nil, format : InnerRange::Integriti::CardFormat | Nil = nil) #

[View source]

Instance Method Detail

def address : String #

def address? : String | Nil #

def format : CardFormat #

def format? : CardFormat | Nil #

def id : Int64 #

def id? : Int64 | Nil #

def name : String #

def name? : String | Nil #

def notes : String #

def notes? : String | Nil #

def site : Site #

def site? : Site | Nil #

def site_code : Int64 #

def site_code? : Int64 | Nil #

def site_id : Int32 #

def site_id? : Int32 | Nil #

def site_name : String #

def site_name? : String | Nil #