class Echowrap::Image

Attributes

url[R]

Public Instance Methods

license() click to toggle source

@return [Echowrap::License]

# File lib/echowrap/image.rb, line 8
def license
  @license ||= Echowrap::License.new(@attrs[:license])
end