Class: Harkness::URL
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- Harkness::URL
- Defined in:
- lib/harkness/models/url.rb
Overview
A URL.
Instance Attribute Summary collapse
-
#type ⇒ String
readonly
A text identifier for the URL.
-
#url ⇒ String
readonly
A full URL (including scheme, domain, and path).
Instance Attribute Details
#type ⇒ String (readonly)
Returns a text identifier for the URL.
8 |
# File 'lib/harkness/models/url.rb', line 8 attribute :type, Shale::Type::String |
#url ⇒ String (readonly)
Returns a full URL (including scheme, domain, and path).
11 |
# File 'lib/harkness/models/url.rb', line 11 attribute :url, Shale::Type::String |