class ActivePublicResources::ReturnTypes::Url

Attributes

target[RW]
text[RW]
title[RW]

Public Class Methods

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