Class: Book
Instance Attribute Summary collapse
-
#cover_img ⇒ Object
Returns the value of attribute cover_img.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#cover_img ⇒ Object
Returns the value of attribute cover_img
5 6 7 |
# File 'lib/pragmatic.rb', line 5 def cover_img @cover_img end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'lib/pragmatic.rb', line 5 def title @title end |
#url ⇒ Object
Returns the value of attribute url
5 6 7 |
# File 'lib/pragmatic.rb', line 5 def url @url end |