class ActivePublicResources::ReturnTypes::ImageUrl

Attributes

height[RW]
text[RW]
width[RW]

Public Class Methods

new(args) click to toggle source
# File lib/active_public_resources/return_types/image_url.rb, line 6
def initialize(args)
  super(args.merge(:return_type => 'image_url'))
end