Class: Module::MultipleAttributes::Etest::X

Inherits:
Object
  • Object
show all
Defined in:
lib/vex/base/object/multiple_attributes.rb

Instance Method Summary collapse

Constructor Details

#initializeX

Returns a new instance of X.



27
28
29
30
31
32
33
# File 'lib/vex/base/object/multiple_attributes.rb', line 27

def initialize
  @a = "a"
  @b = "b"
  @c = "c"
  @d = "d"
  @e = "e"
end