8 lines
131 B
Ruby
8 lines
131 B
Ruby
|
require 'twitter/base'
|
||
|
|
||
|
module Twitter
|
||
|
class Metadata < Twitter::Base
|
||
|
attr_reader :iso_language_code, :result_type
|
||
|
end
|
||
|
end
|