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



74
75
76
# File 'lib/plugins/defaults/standard_commands.rb', line 74

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



73
74
75
# File 'lib/plugins/defaults/standard_commands.rb', line 73

def created_at
  @created_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



73
74
75
# File 'lib/plugins/defaults/standard_commands.rb', line 73

def id
  @id
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



73
74
75
# File 'lib/plugins/defaults/standard_commands.rb', line 73

def text
  @text
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



73
74
75
# File 'lib/plugins/defaults/standard_commands.rb', line 73

def user
  @user
end