Class: WeebSh::ShimakazeBot

Inherits:
Object
  • Object
show all
Includes:
IDObject
Defined in:
lib/weeb/interfaces/shimakaze.rb

Overview

Bot class for shimakaze

Instance Attribute Summary

Attributes included from IDObject

#id

Instance Method Summary collapse

Methods included from IDObject

#==

Instance Method Details

#get(user) ⇒ User

Get’s a user

Returns:

  • (User)

    the user requested



45
46
47
# File 'lib/weeb/interfaces/shimakaze.rb', line 45

def get(user)
  @interface.get(@id, user)
end