Class: Relevanced::ListDocumentRange_args
- Inherits:
-
Object
- Object
- Relevanced::ListDocumentRange_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/relevanced.rb
Constant Summary collapse
- OFFSET =
1
- COUNT =
2
- FIELDS =
{ OFFSET => {:type => ::Thrift::Types::I64, :name => 'offset'}, COUNT => {:type => ::Thrift::Types::I64, :name => 'count'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1383 |
# File 'lib/gen-rb/relevanced.rb', line 1383 def struct_fields; FIELDS; end |
#validate ⇒ Object
1385 1386 |
# File 'lib/gen-rb/relevanced.rb', line 1385 def validate end |