Class: Myflickr::Size
- Inherits:
-
Struct
- Object
- Struct
- Myflickr::Size
- Defined in:
- lib/myflickr/size.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#source ⇒ Object
Returns the value of attribute source.
-
#url ⇒ Object
Returns the value of attribute url.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
2 3 4 |
# File 'lib/myflickr/size.rb', line 2 def height @height end |
#source ⇒ Object
Returns the value of attribute source
2 3 4 |
# File 'lib/myflickr/size.rb', line 2 def source @source end |
#url ⇒ Object
Returns the value of attribute url
2 3 4 |
# File 'lib/myflickr/size.rb', line 2 def url @url end |
#width ⇒ Object
Returns the value of attribute width
2 3 4 |
# File 'lib/myflickr/size.rb', line 2 def width @width end |