Twitter::Base
Returns an array of photo sizes
@return [Array<Twitter::Size>]
# File lib/twitter/configuration.rb, line 14 def photo_sizes @attrs.fetch(:photo_sizes, []).inject({}) do |object, (key, value)| object[key] = Size.new(value) object end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.