class Transit::WriteHandlers::LinkHandler

Public Instance Methods

rep(l) click to toggle source
# File lib/transit/write_handlers.rb, line 338
def rep(l) l.to_h end
string_rep(_) click to toggle source
# File lib/transit/write_handlers.rb, line 339
def string_rep(_) nil end
tag(_) click to toggle source
# File lib/transit/write_handlers.rb, line 337
def tag(_) "link" end