Class: DocomoNlu::Management::OrganizationMember

Inherits:
Base
  • Object
show all
Defined in:
lib/docomo_nlu/management/organization_member.rb

Instance Method Summary collapse

Methods inherited from Base

check_response, headers, #id_from_response, instantiate_collection, instantiate_record, #login, #logout, #static_headers

Instance Method Details

#destroyObject



9
10
11
12
# File 'lib/docomo_nlu/management/organization_member.rb', line 9

def destroy
  self.id = accountId
  super
end