class Opsmgr::Api::InstallLogResult
Attributes
log[R]
Public Class Methods
new(log_hash)
click to toggle source
# File lib/opsmgr/api/results.rb, line 61 def initialize(log_hash) @log = log_hash['logs'].dup.freeze end