Class: Twitter::DirectMessages::WelcomeMessageRule

Inherits:
Identity
  • Object
show all
Includes:
Creatable
Defined in:
lib/twitter/direct_messages/welcome_message_rule.rb

Instance Attribute Summary collapse

Attributes inherited from Identity

#id

Attributes inherited from Base

#attrs

Method Summary

Methods included from Creatable

#created?, #created_at

Methods inherited from Identity

#initialize

Methods inherited from Base

#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, display_uri_attr_reader, #initialize, object_attr_reader, predicate_attr_reader, uri_attr_reader

Methods included from Utils

flat_pmap, pmap

Constructor Details

This class inherits a constructor from Twitter::Identity

Instance Attribute Details

#welcome_message_idInteger (readonly)

Returns:

  • (Integer)


9
10
11
# File 'lib/twitter/direct_messages/welcome_message_rule.rb', line 9

def welcome_message_id
  @welcome_message_id
end