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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end