Class: Dingtalk::Robot::FeedCardStrategy::Link

Inherits:
Struct
  • Object
show all
Defined in:
lib/dingtalk/robot/strategies/feed_card_strategy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageURLObject

Returns the value of attribute messageURL

Returns:

  • (Object)

    the current value of messageURL



7
8
9
# File 'lib/dingtalk/robot/strategies/feed_card_strategy.rb', line 7

def messageURL
  @messageURL
end

#picURLObject

Returns the value of attribute picURL

Returns:

  • (Object)

    the current value of picURL



7
8
9
# File 'lib/dingtalk/robot/strategies/feed_card_strategy.rb', line 7

def picURL
  @picURL
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



7
8
9
# File 'lib/dingtalk/robot/strategies/feed_card_strategy.rb', line 7

def title
  @title
end