Class: Clases::PreguntaCXC
- Defined in:
- lib/imposition/clases.rb
Overview
TODO COSTURAS en total
Instance Attribute Summary collapse
-
#cXC ⇒ Object
readonly
Returns the value of attribute cXC.
Attributes inherited from Pregunta
Instance Method Summary collapse
-
#initialize ⇒ PreguntaCXC
constructor
A new instance of PreguntaCXC.
- #metodo(cXC) ⇒ Object
Methods inherited from Pregunta
Constructor Details
#initialize ⇒ PreguntaCXC
Returns a new instance of PreguntaCXC.
317 318 319 320 |
# File 'lib/imposition/clases.rb', line 317 def initialize() @ide=4 @mensaje=I18n.t(:cXC) end |
Instance Attribute Details
#cXC ⇒ Object (readonly)
Returns the value of attribute cXC.
316 317 318 |
# File 'lib/imposition/clases.rb', line 316 def cXC @cXC end |
Instance Method Details
#metodo(cXC) ⇒ Object
321 322 323 324 |
# File 'lib/imposition/clases.rb', line 321 def metodo(cXC) @cXC=cXC["numero"].to_i @ok=true end |