Method: SDM::WorkflowApproversListRequest#to_json
- Defined in:
- lib/models/porcelain.rb
#to_json(options = {}) ⇒ Object
12209 12210 12211 12212 12213 12214 12215 |
# File 'lib/models/porcelain.rb', line 12209 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 |