Method: Bitly::API::Organization.time_attributes
- Defined in:
- lib/bitly/api/organization.rb
.time_attributes ⇒ Array<Symbol>
converted to ‘Time` objects.
62 63 64 |
# File 'lib/bitly/api/organization.rb', line 62 def self.time_attributes [:created, :modified] end |