struct Google::EventTicketClass::TextModule

Included Modules

Defined in:

passes/models/event_ticket_class.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(header : Nil | String, body : Nil | String) #

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

[View source]

Instance Method Detail

def body : String | Nil #

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

[View source]
def header : String | Nil #

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

[View source]