Class: Synacrb::Common::User

Inherits:
Struct
  • Object
show all
Defined in:
lib/synacrb/common.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adminObject

Returns the value of attribute admin

Returns:

  • (Object)

    the current value of admin



38
39
40
# File 'lib/synacrb/common.rb', line 38

def admin
  @admin
end

#banObject

Returns the value of attribute ban

Returns:

  • (Object)

    the current value of ban



38
39
40
# File 'lib/synacrb/common.rb', line 38

def ban
  @ban
end

#botObject

Returns the value of attribute bot

Returns:

  • (Object)

    the current value of bot



38
39
40
# File 'lib/synacrb/common.rb', line 38

def bot
  @bot
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



38
39
40
# File 'lib/synacrb/common.rb', line 38

def id
  @id
end

#modesObject

Returns the value of attribute modes

Returns:

  • (Object)

    the current value of modes



38
39
40
# File 'lib/synacrb/common.rb', line 38

def modes
  @modes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



38
39
40
# File 'lib/synacrb/common.rb', line 38

def name
  @name
end