class Bluepine::Attributes::URIAttribute

Public Instance Methods

format() click to toggle source
Calls superclass method Bluepine::Attributes::Attribute#format
# File lib/bluepine/attributes/uri_attribute.rb, line 6
def format
  super || type
end
spec() click to toggle source
# File lib/bluepine/attributes/uri_attribute.rb, line 10
def spec
  "RFC 3986"
end
spec_uri() click to toggle source
# File lib/bluepine/attributes/uri_attribute.rb, line 14
def spec_uri
  "https://tools.ietf.org/html/rfc3986"
end