class PVOutput::Auth
Attributes
api_key[RW]
system_id[RW]
Public Class Methods
new(system_id, api_key)
click to toggle source
# File lib/pvoutput-api/auth.rb, line 6 def initialize(system_id, api_key) @system_id = system_id @api_key = api_key end