Module: Ruby

Defined in:
lib/ruby/miradore.rb,
lib/ruby/miradore/version.rb

Overview

Ruby::Miradore module The response will be an array of Ruby::Miradore::Device objects with the attributes of the device. Ruby::Miradore::Device object is an open struct so you can access the attributes using the dot notation and any missing method will return nil.

Examples:

Usage example for Ruby::Miradore::Device

device = Ruby::Miradore::Device.new(subdomain: 'testXX', auth: '1xxxxxx')
device.all(filter: 'ID eq 37')

Defined Under Namespace

Modules: Miradore