Class: Pdfh::DocumentSubType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#month_offsetObject

Returns the value of attribute month_offset

Returns:

  • (Object)

    the current value of month_offset



5
6
7
# File 'lib/pdfh/models/document_sub_type.rb', line 5

def month_offset
  @month_offset
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/pdfh/models/document_sub_type.rb', line 5

def name
  @name
end