Class: Twitter::DirectMessages::WelcomeMessageRule
- Includes:
- Creatable
- Defined in:
- lib/twitter/direct_messages/welcome_message_rule.rb
Overview
Represents a Twitter welcome message rule
Instance Attribute Summary collapse
-
#welcome_message_id ⇒ Integer
readonly
The ID of the associated welcome message.
Attributes inherited from Identity
Attributes inherited from Base
Method Summary
Methods included from Creatable
Methods inherited from Identity
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
Constructor Details
This class inherits a constructor from Twitter::Identity
Instance Attribute Details
#welcome_message_id ⇒ Integer (readonly)
The ID of the associated welcome message
16 17 18 |
# File 'lib/twitter/direct_messages/welcome_message_rule.rb', line 16 def end |