class Motley::AttDef::URI

Motley::AttDef::URI

Public Instance Methods

set(val) click to toggle source
# File lib/motley.rb, line 194
def set(val)
        return URI(val)
end
to_str(val) click to toggle source
# File lib/motley.rb, line 205
def to_str(val)
        return val.to_s
end