Class: SquareJoinMethodValue

Inherits:
Object
  • Object
show all
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_fieldsObject



9628
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9628

def struct_fields; FIELDS; end

#validateObject



9630
9631
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9630

def validate
end