Method: GoodData::Profile#created
- Defined in:
- lib/gooddata/models/profile.rb
#created ⇒ DateTime
Gets date when created
196 197 198 |
# File 'lib/gooddata/models/profile.rb', line 196 def created DateTime.parse(@json['accountSetting']['created']) end |