Class: Dingtalk::Robot::FeedCardStrategy::Link
- Inherits:
-
Struct
- Object
- Struct
- Dingtalk::Robot::FeedCardStrategy::Link
- Defined in:
- lib/dingtalk/robot/strategies/feed_card_strategy.rb
Instance Attribute Summary collapse
-
#messageURL ⇒ Object
Returns the value of attribute messageURL.
-
#picURL ⇒ Object
Returns the value of attribute picURL.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#messageURL ⇒ Object
Returns the value of attribute messageURL
7 8 9 |
# File 'lib/dingtalk/robot/strategies/feed_card_strategy.rb', line 7 def @messageURL end |
#picURL ⇒ Object
Returns the value of attribute picURL
7 8 9 |
# File 'lib/dingtalk/robot/strategies/feed_card_strategy.rb', line 7 def picURL @picURL end |
#title ⇒ Object
Returns the value of attribute title
7 8 9 |
# File 'lib/dingtalk/robot/strategies/feed_card_strategy.rb', line 7 def title @title end |