Libraries
»
transit-ruby
(0.8.606)
»
Index (U)
»
Transit
»
ReadHandlers
»
UuidHandler
Class: Transit::ReadHandlers::UuidHandler
Inherits:
Object
Object
Transit::ReadHandlers::UuidHandler
show all
Defined in:
lib/transit/read_handlers.rb
Instance Method Summary
collapse
#
from_rep
(v) ⇒ Object
Instance Method Details
#
from_rep
(v) ⇒
Object
68
# File 'lib/transit/read_handlers.rb', line 68
def
from_rep
(
v
)
UUID
.
new
(
v
)
end