class Attio::APIResource
def to_json(*opts)
-
(String)
- JSON representation of the resource
Parameters:
-
opts
(Hash
) -- Options to pass to JSON.generate
def to_json(*opts) JSON.generate(to_h, *opts) end
(String)
- JSON representation of the resource
opts
(Hash
)
-- Options to pass to JSON.generate
def to_json(*opts) JSON.generate(to_h, *opts) end