Class: SquareJoinMethodValue
- Inherits:
-
Object
- Object
- SquareJoinMethodValue
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- APPROVALVALUE =
1
- CODEVALUE =
2
- FIELDS =
{ APPROVALVALUE => {:type => ::Thrift::Types::STRUCT, :name => 'approvalValue', :class => ::ApprovalValue, :optional => true}, CODEVALUE => {:type => ::Thrift::Types::STRUCT, :name => 'codeValue', :class => ::CodeValue, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
9628 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9628 def struct_fields; FIELDS; end |
#validate ⇒ Object
9630 9631 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9630 def validate end |