Class: MisarBlog::Models::ImageResult
- Defined in:
- lib/misarblog/models.rb
Overview
Result of the image endpoints.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from MisarBlog::Models::Base
Instance Method Details
#url ⇒ Object
143 |
# File 'lib/misarblog/models.rb', line 143 def url; @raw["url"]; end |