Method: ShellCardManagementApIs::BaseModel#to_json
- Defined in:
- lib/shell_card_management_ap_is/models/base_model.rb
#to_json(options = {}) ⇒ Object
Returns a JSON representation of the curent object.
104 105 106 107 |
# File 'lib/shell_card_management_ap_is/models/base_model.rb', line 104 def to_json( = {}) hash = to_hash hash.to_json() end |