Sha256: fcadde57fb4d0483d25c051af2e7c399029e1e4e74a976b3d52d9d96162fd91b

Contents?: true

Size: 344 Bytes

Versions: 7

Compression:

Stored size: 344 Bytes

Contents

# frozen_string_literal: true

require_relative '../api_object'

module Renstar
  module APIClient
    # Represents a day of "runtime"
    # Breaks down how much time the system spent in various states
    # like heating or cooling.
    class Runtime < APIObject
      def pp
        puts human_readable('runtimes')
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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