Class: Termtter::Client::DirectMessage

Inherits:
Struct
  • Object
show all
Defined in:
lib/plugins/defaults/standard_commands.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



93
94
95
# File 'lib/plugins/defaults/standard_commands.rb', line 93

def method_missing(*args, &block)
  nil
end

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



92
93
94
# File 'lib/plugins/defaults/standard_commands.rb', line 92

def created_at
  @created_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



92
93
94
# File 'lib/plugins/defaults/standard_commands.rb', line 92

def id
  @id
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



92
93
94
# File 'lib/plugins/defaults/standard_commands.rb', line 92

def text
  @text
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



92
93
94
# File 'lib/plugins/defaults/standard_commands.rb', line 92

def user
  @user
end