Class: Leggy::App
Instance Attribute Summary collapse
-
#date_created ⇒ Object
Returns the value of attribute date_created.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#date_created ⇒ Object
Returns the value of attribute date_created.
5 6 7 |
# File 'lib/leggy/app.rb', line 5 def date_created @date_created end |
#location ⇒ Object
Returns the value of attribute location.
5 6 7 |
# File 'lib/leggy/app.rb', line 5 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/leggy/app.rb', line 5 def name @name end |
#user ⇒ Object
Returns the value of attribute user.
5 6 7 |
# File 'lib/leggy/app.rb', line 5 def user @user end |