Class: RefreshStoreResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/geocoder_types.rb

Constant Summary collapse

SUCCESS =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



698
# File 'lib/thrift/geocoder_types.rb', line 698

def struct_fields; FIELDS; end

#validateObject



700
701
# File 'lib/thrift/geocoder_types.rb', line 700

def validate
end