Class: Passwordstate::Resources::RemoteSite
- Inherits:
-
Passwordstate::Resource
- Object
- Passwordstate::Resource
- Passwordstate::Resources::RemoteSite
- Defined in:
- lib/passwordstate/resources/remote_site.rb
Instance Attribute Summary
Attributes inherited from Passwordstate::Resource
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_instructions ⇒ Object
21 22 23 |
# File 'lib/passwordstate/resources/remote_site.rb', line 21 def self.installer_instructions client.request :get, "#{api_path}/exportinstallerinstructions" end |