Class: DSL::Maker::Alias

Inherits:
Object
  • Object
show all
Defined in:
lib/dsl/maker.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(real_name) ⇒ Alias

Returns a new instance of Alias.



70
71
72
# File 'lib/dsl/maker.rb', line 70

def initialize(real_name)
  @real_name = real_name
end

Instance Attribute Details

#real_nameObject (readonly)

Returns the value of attribute real_name.



69
70
71
# File 'lib/dsl/maker.rb', line 69

def real_name
  @real_name
end