Class: S2CellInfoResponse
- Inherits:
-
Object
- Object
- S2CellInfoResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/geocoder_types.rb
Constant Summary collapse
- CELLINFOS =
1
- FIELDS =
{ CELLINFOS => {:type => ::Thrift::Types::LIST, :name => 'cellInfos', :default => [ ], :element => {:type => ::Thrift::Types::STRUCT, :class => ::S2CellIdInfo}, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
751 |
# File 'lib/thrift/geocoder_types.rb', line 751 def struct_fields; FIELDS; end |
#validate ⇒ Object
753 754 |
# File 'lib/thrift/geocoder_types.rb', line 753 def validate end |