Class: Model
- Inherits:
-
Object
- Object
- Model
- Defined in:
- app/models/model.rb
Instance Attribute Summary collapse
-
#image_url ⇒ Object
Returns the value of attribute image_url.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#image_url ⇒ Object
Returns the value of attribute image_url.
2 3 4 |
# File 'app/models/model.rb', line 2 def image_url @image_url end |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'app/models/model.rb', line 2 def name @name end |