Class: ChangeHealth::Response::Claim::Report835ServiceAdjustment

Inherits:
Hashie::Trash
  • Object
show all
Defined in:
lib/change_health/response/claim/report/report_835_service_adjustment.rb

Instance Method Summary collapse

Instance Method Details

#add_adjustment(adjustment) ⇒ Object



8
9
10
11
# File 'lib/change_health/response/claim/report/report_835_service_adjustment.rb', line 8

def add_adjustment(adjustment)
  self[:adjustments] ||= []
  self[:adjustments] << adjustment
end