class FrOData::Properties::Guid
Defines the GUID FrOData
type.
Public Instance Methods
type()
click to toggle source
The FrOData
type name
# File lib/frodata/properties/guid.rb, line 6 def type 'Edm.Guid' end
url_value()
click to toggle source
Value to be used in URLs. @return [String]
# File lib/frodata/properties/guid.rb, line 12 def url_value "guid'#{value}'" end