Method: LockstepSdk::PublicCompanyProfileModel#to_json

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

#to_json(*options) ⇒ String

Returns This object converted to a JSON string.

Returns:

  • (String)

    This object converted to a JSON string



73
74
75
# File 'lib/lockstep_sdk/models/public_company_profile_model.rb', line 73

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