Class: Person

Inherits:
Object
  • Object
show all
Defined in:
app/app_delegate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ageObject

Returns the value of attribute age.



2
3
4
# File 'app/app_delegate.rb', line 2

def age
  @age
end

#nameObject

Returns the value of attribute name.



2
3
4
# File 'app/app_delegate.rb', line 2

def name
  @name
end