Class: Passwordstate::Resources::RemoteSite

Inherits:
Passwordstate::Resource show all
Defined in:
lib/passwordstate/resources/remote_site.rb

Instance Attribute Summary

Attributes inherited from Passwordstate::Resource

#client

Class Method Summary collapse

Methods inherited from Passwordstate::Resource

acceptable_methods, all, api_path, #attributes, available?, #delete, delete, get, #get, index_field, #initialize, nil_as_string, passwordstate_to_ruby_field, passwordstateify_hash, post, #post, #pretty_print, put, #put, ruby_to_passwordstate_field, #stored?

Constructor Details

This class inherits a constructor from Passwordstate::Resource

Class Method Details

.installer_instructionsObject



21
22
23
# File 'lib/passwordstate/resources/remote_site.rb', line 21

def self.installer_instructions
  client.request :get, "#{api_path}/exportinstallerinstructions"
end