Class: Pdfh::DocumentSubType
- Inherits:
-
Struct
- Object
- Struct
- Pdfh::DocumentSubType
- Defined in:
- lib/pdfh/models/document_sub_type.rb
Overview
Provides a way to divide document type by subtypes, for different name, and month adjustments
Instance Attribute Summary collapse
-
#month_offset ⇒ Object
Returns the value of attribute month_offset.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#month_offset ⇒ Object
Returns the value of attribute month_offset
5 6 7 |
# File 'lib/pdfh/models/document_sub_type.rb', line 5 def month_offset @month_offset end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/pdfh/models/document_sub_type.rb', line 5 def name @name end |