Class: Passwordstate::Resources::PasswordHistory
- Inherits:
-
Passwordstate::Resource
- Object
- Passwordstate::Resource
- Passwordstate::Resources::PasswordHistory
- Defined in:
- lib/passwordstate/resources/password.rb
Instance Attribute Summary
Attributes inherited from Passwordstate::Resource
Instance Method Summary collapse
-
#get ⇒ Object
rubocop:enable Naming/VariableNumber.
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
#get ⇒ Object
rubocop:enable Naming/VariableNumber
173 174 175 |
# File 'lib/passwordstate/resources/password.rb', line 173 def get raise 'Not applicable' end |