class PuppetDB::Response
Attributes
data[R]
total_records[R]
Public Class Methods
new(data, total_records = nil)
click to toggle source
# File lib/puppetdb/response.rb, line 5 def initialize(data, total_records = nil) @data = data @total_records = total_records end