class Tourmaline::ShippingQuery

Included Modules

Defined in:

tourmaline/models/shipping_query.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client client

Constructor Detail

def self.new(id : Strig, from : User, invoice_payload : String, shipping_address : ShippingAddress) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def answer(ok, **kwargs) #

[View source]
def client : Tourmaline::Client #

def client=(client : Tourmaline::Client) #

[View source]
def client? : Tourmaline::Client | Nil #

def from : User #

[View source]
def id : String #

[View source]
def invoice_payload : String #

[View source]
def shipping_address : ShippingAddress #

[View source]