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