Class: Synacrb::Common::Login

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

Instance Attribute Summary collapse

Instance Attribute Details

#botObject

Returns the value of attribute bot

Returns:

  • (Object)

    the current value of bot



47
48
49
# File 'lib/synacrb/common.rb', line 47

def bot
  @bot
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



47
48
49
# File 'lib/synacrb/common.rb', line 47

def name
  @name
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



47
48
49
# File 'lib/synacrb/common.rb', line 47

def password
  @password
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



47
48
49
# File 'lib/synacrb/common.rb', line 47

def token
  @token
end