Class: Passwordstate::Resources::PasswordHistory

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

Instance Attribute Summary

Attributes inherited from Passwordstate::Resource

#client

Instance Method Summary collapse

Methods inherited from Passwordstate::Resource

acceptable_methods, all, api_path, #attributes, available?, delete, #delete, 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

Instance Method Details

#getObject

rubocop:enable Naming/VariableNumber



173
174
175
# File 'lib/passwordstate/resources/password.rb', line 173

def get
  raise 'Not applicable'
end