class DSN::Subcode::SubjectSubcode
The subject sub-code classifies the status. This value applies to each of the three classifications.
Private Instance Methods
format_string()
click to toggle source
# File lib/dsn/subcode/subject_subcode.rb, line 10 def format_string 'X.%d.XXX' end
significant_parts()
click to toggle source
# File lib/dsn/subcode/subject_subcode.rb, line 14 def significant_parts [status_code.subject_subcode] end