Class: SquareInfo

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

SQUARE =
1
SQUARESTATUS =
2
SQUARENOTESTATUS =
3
FIELDS =
{
  SQUARE => {:type => ::Thrift::Types::STRUCT, :name => 'square', :class => ::Square},
  SQUARESTATUS => {:type => ::Thrift::Types::STRUCT, :name => 'squareStatus', :class => ::SquareStatus},
  SQUARENOTESTATUS => {:type => ::Thrift::Types::STRUCT, :name => 'squareNoteStatus', :class => ::NoteStatus, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end