Class: OEmbed::Response
- Inherits:
-
Object
- Object
- OEmbed::Response
- Defined in:
- lib/links_processor.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#sld ⇒ Object
Returns the value of attribute sld.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height.
178 179 180 |
# File 'lib/links_processor.rb', line 178 def height @height end |
#sld ⇒ Object
Returns the value of attribute sld.
178 179 180 |
# File 'lib/links_processor.rb', line 178 def sld @sld end |
#uri ⇒ Object
Returns the value of attribute uri.
178 179 180 |
# File 'lib/links_processor.rb', line 178 def uri @uri end |