class Lightspeed::Account
Public Instance Methods
account()
click to toggle source
# File lib/lightspeed/account.rb, line 43 def account self end
link()
click to toggle source
# File lib/lightspeed/account.rb, line 47 def link if @link.is_a?(Hash) @link['@attributes']['href'] else @link end end