Class: IpassTokenProperty

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

TOKEN =
1
TOKENISSUEDTIMESTAMP =
2
FIELDS =
{
  TOKEN => {:type => ::Thrift::Types::STRING, :name => 'token'},
  TOKENISSUEDTIMESTAMP => {:type => ::Thrift::Types::STRING, :name => 'tokenIssuedTimestamp'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end