class Docr::Types::DeviceRequest

Included Modules

Defined in:

docr/types/device_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def capabilities : Array(Array(String)) #

[View source]
def capabilities=(capabilities : Array(Array(String))) #

[View source]
def count : Int64 #

[View source]
def count=(count : Int64) #

[View source]
def device_ids : Array(String) #

[View source]
def device_ids=(device_ids : Array(String)) #

[View source]
def driver : String #

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

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

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

[View source]