class PointGrab::CogniPoint::Subscription

Included Modules

Extended Modules

Defined in:

point_grab/cogni_point.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def endpoint : String #

[View source]
def endpoint=(endpoint : String) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def notification_type : String #

[View source]
def notification_type=(notification_type : String) #

[View source]
def started : Bool #

[View source]
def started=(started : Bool) #

[View source]
def subscription_type : String #

[View source]
def subscription_type=(subscription_type : String) #

[View source]
def token : String #

[View source]
def token=(token : String) #

[View source]
def uri : String #

[View source]
def uri=(uri : String) #

[View source]