class DaashubAPI::History
Public Instance Methods
items()
click to toggle source
# File lib/daashub_api/history.rb, line 6 def items @items ||= @attributes.fetch(:items, []).map { |i| Query.new(i) } end
# File lib/daashub_api/history.rb, line 6 def items @items ||= @attributes.fetch(:items, []).map { |i| Query.new(i) } end