Method: LHS::Collection#href

Defined in:
lib/lhs/collection.rb

#hrefObject



26
27
28
29
# File 'lib/lhs/collection.rb', line 26

def href
  return _data._raw[:href] if _data._raw.is_a? Hash
  nil
end