Method: Bitly::API::Organization.time_attributes

Defined in:
lib/bitly/api/organization.rb

.time_attributesArray<Symbol>

converted to ‘Time` objects.

Returns:

  • (Array<Symbol>)

    The attributes the API returns that need to be



62
63
64
# File 'lib/bitly/api/organization.rb', line 62

def self.time_attributes
  [:created, :modified]
end