Class: Evernote::EDAM::UserStore::UserStore::CompleteTwoFactorAuthentication_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/Evernote/EDAM/user_store.rb

Constant Summary collapse

AUTHENTICATIONTOKEN =
1
ONETIMECODE =
2
DEVICEIDENTIFIER =
3
DEVICEDESCRIPTION =
4
FIELDS =
{
  AUTHENTICATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'authenticationToken'},
  ONETIMECODE => {:type => ::Thrift::Types::STRING, :name => 'oneTimeCode'},
  DEVICEIDENTIFIER => {:type => ::Thrift::Types::STRING, :name => 'deviceIdentifier'},
  DEVICEDESCRIPTION => {:type => ::Thrift::Types::STRING, :name => 'deviceDescription'}
}

Constants included from Thrift::Struct_Union

Thrift::Struct_Union::CONTAINER_TYPES

Instance Method Summary collapse

Methods included from Thrift::Struct

#<=>, #==, #differences, #eql?, field_accessor, #fields_with_default_values, generate_accessors, #hash, #initialize, #inspect, qmark_isset_method, #read, #write

Methods included from Thrift::Struct_Union

#each_field, #field_info, #inspect_collection, #inspect_field, #is_container?, #name_to_id, #read_field, #sorted_field_ids, #write_container, #write_data

Instance Method Details

#struct_fieldsObject



546
# File 'lib/Evernote/EDAM/user_store.rb', line 546

def struct_fields; FIELDS; end

#validateObject



548
549
# File 'lib/Evernote/EDAM/user_store.rb', line 548

def validate
end