Class: ChangeHealth::Response::Claim::ReportInfoClaimStatus

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

Instance Method Summary collapse

Instance Method Details

#add_status_category_code(status_category_code) ⇒ Object



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

def add_status_category_code(status_category_code)
  self[:status_category_codes] ||= []
  self[:status_category_codes] << status_category_code
end