Method: MxHero::API::Account#to_json

Defined in:
lib/resources/account.rb

#to_jsonObject



9
10
11
# File 'lib/resources/account.rb', line 9

def to_json
  { account: , domain: domain, createdDate: created_date, updatedDate: updated_date, group: group }.to_json
end