class ConvertKit::Subscription

Included Modules

Defined in:

convertkit/objects/subscription.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created_at : Time #

[View source]
def id : Int64 #

[View source]
def referrer : String | Nil #

[View source]
def source : String | Nil #

[View source]
def state : String #

[View source]
def subscribable_id : Int64 #

[View source]
def subscribable_type : String #

[View source]
def subscriber : Subscriber #

[View source]