Method: Line::Bot::V2::Webhook::BeaconContent#type

Defined in:
lib/line/bot/v2/webhook/model/beacon_content.rb

#typeString

Returns (‘enter’|‘banner’|‘stay’) Type of beacon event.

Returns:

  • (String)

    (‘enter’|‘banner’|‘stay’) Type of beacon event.



20
21
22
# File 'lib/line/bot/v2/webhook/model/beacon_content.rb', line 20

def type
  @type
end