class Checkr::AdverseItemList
Attributes
parent[RW]
Public Class Methods
construct(json, parent=nil)
click to toggle source
# File lib/checkr/adverse_item_list.rb, line 11 def self.construct(json, parent=nil) lambda = constructor(:AdverseItem) instance = lambda.call(json) instance.parent = parent if parent instance.clear_changed_attributes instance end
Public Instance Methods
path()
click to toggle source
# File lib/checkr/adverse_item_list.rb, line 19 def path parent.path + '/adverse_items' end