Method: MxHero::API::Account#to_json
- Defined in:
- lib/resources/account.rb
#to_json ⇒ Object
9 10 11 |
# File 'lib/resources/account.rb', line 9 def to_json { account: account, domain: domain, createdDate: created_date, updatedDate: updated_date, group: group }.to_json end |