Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 810 Bytes

Account.md

File metadata and controls

29 lines (22 loc) · 810 Bytes

Phrase::Account

Properties

Name Type Description Notes
id String [optional]
name String [optional]
slug String [optional]
company String [optional]
created_at Time [optional]
updated_at Time [optional]
company_logo_url String [optional]

Code Sample

require 'Phrase'

instance = Phrase::Account.new(id: null,
                                 name: null,
                                 slug: null,
                                 company: null,
                                 created_at: null,
                                 updated_at: null,
                                 company_logo_url: null)