Method: M2X::Client::Key#path

Defined in:
lib/m2x/key.rb

#pathObject



32
33
34
# File 'lib/m2x/key.rb', line 32

def path
  @path ||= "#{ PATH }/#{ URI.encode(@attributes.fetch("key")) }"
end