Class: IMGSrc::Photo
- Inherits:
-
Struct
- Object
- Struct
- IMGSrc::Photo
- Defined in:
- lib/imgsrc.rb
Instance Attribute Summary collapse
-
#big ⇒ Object
Returns the value of attribute big.
-
#id ⇒ Object
Returns the value of attribute id.
-
#page ⇒ Object
Returns the value of attribute page.
-
#small ⇒ Object
Returns the value of attribute small.
Instance Attribute Details
#big ⇒ Object
Returns the value of attribute big
35 36 37 |
# File 'lib/imgsrc.rb', line 35 def big @big end |
#id ⇒ Object
Returns the value of attribute id
35 36 37 |
# File 'lib/imgsrc.rb', line 35 def id @id end |
#page ⇒ Object
Returns the value of attribute page
35 36 37 |
# File 'lib/imgsrc.rb', line 35 def page @page end |
#small ⇒ Object
Returns the value of attribute small
35 36 37 |
# File 'lib/imgsrc.rb', line 35 def small @small end |