Method: M2X::Client::Key#path
- Defined in:
- lib/m2x/key.rb
#path ⇒ Object
32 33 34 |
# File 'lib/m2x/key.rb', line 32 def path @path ||= "#{ PATH }/#{ URI.encode(@attributes.fetch("key")) }" end |
32 33 34 |
# File 'lib/m2x/key.rb', line 32 def path @path ||= "#{ PATH }/#{ URI.encode(@attributes.fetch("key")) }" end |