Class: Summon::DatabaseRecommendation
- Defined in:
- lib/summon/schema/recommendation_list.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#link ⇒ Object
readonly
Returns the value of attribute link.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Method Summary
Methods inherited from Schema
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
8 9 10 |
# File 'lib/summon/schema/recommendation_list.rb', line 8 def description @description end |
#link ⇒ Object (readonly)
Returns the value of attribute link.
7 8 9 |
# File 'lib/summon/schema/recommendation_list.rb', line 7 def link @link end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
6 7 8 |
# File 'lib/summon/schema/recommendation_list.rb', line 6 def title @title end |