Class: Blur::Blur::FetchRow_args
- Inherits:
-
Object
- Object
- Blur::Blur::FetchRow_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/active_blur/thrift/blur.rb
Constant Summary collapse
- TABLE =
1
- SELECTOR =
2
- FIELDS =
{ TABLE => {:type => ::Thrift::Types::STRING, :name => 'table'}, SELECTOR => {:type => ::Thrift::Types::STRUCT, :name => 'selector', :class => ::Blur::Selector} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1022 |
# File 'lib/active_blur/thrift/blur.rb', line 1022 def struct_fields; FIELDS; end |
#validate ⇒ Object
1024 1025 |
# File 'lib/active_blur/thrift/blur.rb', line 1024 def validate end |