Class: ShareWith::ServiceDataType::EncodedUrlParam
- Inherits:
-
BasicDataType
- Object
- BasicDataType
- ShareWith::ServiceDataType::EncodedUrlParam
- Defined in:
- lib/share_with/service_data.rb
Overview
Define an encoded URL type.
Instance Attribute Summary
Attributes inherited from BasicDataType
Instance Method Summary collapse
Methods inherited from BasicDataType
Constructor Details
This class inherits a constructor from ShareWith::ServiceDataType::BasicDataType
Instance Method Details
#value ⇒ Object
139 140 141 |
# File 'lib/share_with/service_data.rb', line 139 def value super :to_encoded_url_param end |