Class: Clases::MensajeLadoLado
- Defined in:
- lib/imposition/clases.rb
Instance Attribute Summary collapse
-
#nP ⇒ Object
readonly
Returns the value of attribute nP.
Attributes inherited from Mensaje
Instance Method Summary collapse
-
#initialize(nP) ⇒ MensajeLadoLado
constructor
A new instance of MensajeLadoLado.
Methods inherited from Mensaje
Constructor Details
#initialize(nP) ⇒ MensajeLadoLado
Returns a new instance of MensajeLadoLado.
247 248 249 250 251 252 |
# File 'lib/imposition/clases.rb', line 247 def initialize(nP) @id=7#fijo @nP=nP @mensaje=I18n.t(:sheetPair, :n=>@nP) super(1,@mensaje) end |
Instance Attribute Details
#nP ⇒ Object (readonly)
Returns the value of attribute nP.
246 247 248 |
# File 'lib/imposition/clases.rb', line 246 def nP @nP end |