Class: Module::MultipleAttributes::Etest::X
- Defined in:
- lib/vex/base/object/multiple_attributes.rb
Instance Method Summary collapse
-
#initialize ⇒ X
constructor
A new instance of X.
Constructor Details
#initialize ⇒ X
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 |