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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end