class ConvertKit::Broadcast

Included Modules

Defined in:

convertkit/methods/broadcast/stats.cr
convertkit/objects/broadcasts/broadcast.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.retrieve(id : Int64 | Nil = nil) #

[View source]
def self.stats(broadcast_id : Int64) #

[View source]

Instance Method Detail

def content : String #

[View source]
def created_at : Time #

[View source]
def description : String | Nil #

[View source]
def email_address : String #

[View source]
def email_layout_template : String #

[View source]
def id : Int64 #

[View source]
def public : Bool #

[View source]
def published_at : Time #

[View source]
def send_at : Time #

[View source]
def subject : String #

[View source]
def thumbnail_alt : String | Nil #

[View source]
def thumbnail_url : String | Nil #

[View source]