Method: SDM::SecretStoreGetResponse#to_json
- Defined in:
- lib/models/porcelain.rb
#to_json(options = {}) ⇒ Object
6597 6598 6599 6600 6601 6602 6603 |
# File 'lib/models/porcelain.rb', line 6597 def to_json( = {}) hash = {} self.instance_variables.each do |var| hash[var.id2name.delete_prefix("@")] = self.instance_variable_get var end hash.to_json end |