Class: ChangeHealth::Response::Claim::Report277InfoClaimStatus

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

Instance Method Summary collapse

Instance Method Details

#add_status_category_code(status_category_code) ⇒ Object



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

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