Class: TalkService::GetInstantNews_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/talk_service.rb

Constant Summary collapse

REGION =
1
LOCATION =
2
FIELDS =
{
  REGION => {:type => ::Thrift::Types::STRING, :name => 'region'},
  LOCATION => {:type => ::Thrift::Types::STRUCT, :name => 'location', :class => ::Location}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3261
# File 'lib/linerb/gen-rb/talk_service.rb', line 3261

def struct_fields; FIELDS; end

#validateObject



3263
3264
# File 'lib/linerb/gen-rb/talk_service.rb', line 3263

def validate
end