class ConvertKit::Subscriber

Included Modules

Defined in:

convertkit/methods/subscriber/tags.cr
convertkit/methods/subscriber/unsubscribe.cr
convertkit/methods/subscriber/update.cr
convertkit/objects/subscriber/subscriber.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.tags(subscriber_id : Int64 | Int32) #

[View source]
def self.unscubscribe(email : String) #

[View source]
def self.update(id : Int64, first_name : String | Nil = nil, email_address : String | Nil = nil) #

[View source]

Instance Method Detail

def created_at : Time #

[View source]
def email_address : String #

[View source]
def fields : JSON::Any #

[View source]
def first_name : String | Nil #

[View source]
def id : Int64 #

[View source]
def state : String #

[View source]