Class: Leggy::App

Inherits:
Object
  • Object
show all
Includes:
Helpers
Defined in:
lib/leggy/app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#date_createdObject

Returns the value of attribute date_created.



5
6
7
# File 'lib/leggy/app.rb', line 5

def date_created
  @date_created
end

#locationObject

Returns the value of attribute location.



5
6
7
# File 'lib/leggy/app.rb', line 5

def location
  @location
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/leggy/app.rb', line 5

def name
  @name
end

#userObject

Returns the value of attribute user.



5
6
7
# File 'lib/leggy/app.rb', line 5

def user
  @user
end