Class: Barcoder::Page
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#thumbnails ⇒ Object
Returns the value of attribute thumbnails.
-
#url(style = nil) ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Barcoder::Base
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/barcoder/page.rb', line 3 def id @id end |
#thumbnails ⇒ Object
Returns the value of attribute thumbnails.
3 4 5 |
# File 'lib/barcoder/page.rb', line 3 def thumbnails @thumbnails end |
#url(style = nil) ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/barcoder/page.rb', line 3 def url @url end |