Class: Clases::MensajeLadoLado

Inherits:
Mensaje
  • Object
show all
Defined in:
lib/imposition/clases.rb

Instance Attribute Summary collapse

Attributes inherited from Mensaje

#id, #level, #mensaje

Instance Method Summary collapse

Methods inherited from Mensaje

#==, #to_s

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

#nPObject (readonly)

Returns the value of attribute nP.



246
247
248
# File 'lib/imposition/clases.rb', line 246

def nP
  @nP
end