Class: Sablon::DOM::Numbering::Definition

Inherits:
Struct
  • Object
show all
Defined in:
lib/sablon/document_object_model/numbering.rb

Instance Attribute Summary collapse

Instance Attribute Details

#abstract_idObject

Returns the value of attribute abstract_id

Returns:

  • (Object)

    the current value of abstract_id



7
8
9
# File 'lib/sablon/document_object_model/numbering.rb', line 7

def abstract_id
  @abstract_id
end

#numidObject

Returns the value of attribute numid

Returns:

  • (Object)

    the current value of numid



7
8
9
# File 'lib/sablon/document_object_model/numbering.rb', line 7

def numid
  @numid
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



7
8
9
# File 'lib/sablon/document_object_model/numbering.rb', line 7

def style
  @style
end