class Beehiiv::EmailBlast

Included Modules

Defined in:

beehiiv/objects/core/email_blast.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.list(client : HTTP::Client, publication_id : String) : List(Beehiiv::EmailBlast) #

[View source]
def self.retrieve(client : HTTP::Client, publication_id : String, id : String) : Object(Beehiiv::EmailBlast) #

[View source]
def self.retrieve(emailblast : Beehiiv::EmailBlast) #

[View source]

Instance Method Detail

def content : Content | Nil #

[View source]
def created : Time | Nil #

[View source]
def id : String #

[View source]
def preview_text : String | Nil #

[View source]
def stats : Stats | Nil #

[View source]
def status : Status #

[View source]
def subject_line : String | Nil #

[View source]