Class: Sablon::Numbering::Definition
- Inherits:
-
Struct
- Object
- Struct
- Sablon::Numbering::Definition
- Defined in:
- lib/sablon/numbering.rb
Instance Attribute Summary collapse
-
#numid ⇒ Object
Returns the value of attribute numid.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Method Summary collapse
Instance Attribute Details
#numid ⇒ Object
Returns the value of attribute numid
6 7 8 |
# File 'lib/sablon/numbering.rb', line 6 def numid @numid end |
#style ⇒ Object
Returns the value of attribute style
6 7 8 |
# File 'lib/sablon/numbering.rb', line 6 def style @style end |
Instance Method Details
#inspect ⇒ Object
7 8 9 |
# File 'lib/sablon/numbering.rb', line 7 def inspect "#<Numbering #{numid}:#{style}" end |