Class: Laranja::Generator

Inherits:
Object
  • Object
show all
Defined in:
lib/laranja/generator.rb

Direct Known Subclasses

Documento, Endereco, Internet, Nome, Sexo

Constant Summary collapse

NUMBERS =
'0'.upto('9').to_a.freeze
ALL =
(NUMBERS + 'A'.upto('Z').to_a + 'a'.upto('z').to_a).freeze

Class Attribute Summary collapse

Class Attribute Details

.static_data=(value) ⇒ Object

Sets the attribute static_data

Parameters:

  • value

    the value to set the attribute static_data to.



4
5
6
# File 'lib/laranja/generator.rb', line 4

def static_data=(value)
  @static_data = value
end