Method: LockstepSdk::UserAccountModel#to_json

Defined in:
lib/lockstep_sdk/models/user_account_model.rb

#to_json(*options) ⇒ String

Returns This object converted to a JSON string.

Returns:

  • (String)

    This object converted to a JSON string



245
246
247
# File 'lib/lockstep_sdk/models/user_account_model.rb', line 245

def to_json(*options)
    "[#{as_json(*options).to_json(*options)}]"
end