Sha256: 4c06f8bf0be3e63a78c5b9f11efe285be42fef7e6d25b5445a1ce97f4c7e3327

Contents?: true

Size: 297 Bytes

Versions: 8

Compression:

Stored size: 297 Bytes

Contents

# frozen_string_literal: true

require_relative '../api_object'

module Renstar
  module APIClient
    # Represents an installed sensor in the system
    # Returns the value of the sensor
    class Sensor < APIObject
      def pp
        puts human_readable('sensors')
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
renstar-0.4.5 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.4.4 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.4.3 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.4.2 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.4.1 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.4.0 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.3.1 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.3.0 lib/renstar/api_client/api_objects/sensor.rb