class DSN::Subcode::DetailSubcode
The detail value provides more information about the status and is defined relative to the subject of the status.
Private Instance Methods
format_string()
click to toggle source
# File lib/dsn/subcode/detail_subcode.rb, line 10 def format_string 'X.%d.%d' end
significant_parts()
click to toggle source
# File lib/dsn/subcode/detail_subcode.rb, line 14 def significant_parts [status_code.subject_subcode, status_code.detail_subcode] end