class Lutron::Request

Included Modules

Extended Modules

Defined in:

lutron/vive_leap_models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(url : String, req_type : CommuniqueType = CommuniqueType::ReadRequest, body = nil, header : Hash(String, String) = {} of String => String) #

[View source]

Instance Method Detail

def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def []=(*args, **options) #

[View source]
def []=(*args, **options, &) #

[View source]
def []?(*args, **options) #

[View source]
def []?(*args, **options, &) #

[View source]
def body : String #

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

[View source]
def header : Hash(String, String) #

[View source]
def header=(header : Hash(String, String)) #

[View source]
def name? #

[View source]
def type : CommuniqueType #

[View source]
def type=(value : CommuniqueType) : CommuniqueType #

[View source]