Class: RubyBox::LoginToken

Inherits:
Item
  • Object
show all
Defined in:
lib/ruby-box/login_token.rb

Instance Method Summary collapse

Methods inherited from Item

#as_json, #create, #create_shared_link, #delete, #disable_shared_link, has_many, has_many_paginated, #initialize, #method_missing, #move_to, #reload_meta, #shared_link, #update

Constructor Details

This class inherits a constructor from RubyBox::Item

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RubyBox::Item

Instance Method Details

#resource_nameObject



4
5
6
# File 'lib/ruby-box/login_token.rb', line 4

def resource_name
  'login_tokens'
end