Class: Teems::Services::TeamsUrlParser::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/teems/services/teams_url_parser.rb

Overview

Parsed components from a Teams message URL

Instance Attribute Summary collapse

Instance Attribute Details

#context_typeObject

Returns the value of attribute context_type

Returns:

  • (Object)

    the current value of context_type



11
12
13
# File 'lib/teems/services/teams_url_parser.rb', line 11

def context_type
  @context_type
end

#conversation_idObject

Returns the value of attribute conversation_id

Returns:

  • (Object)

    the current value of conversation_id



11
12
13
# File 'lib/teems/services/teams_url_parser.rb', line 11

def conversation_id
  @conversation_id
end

#message_idObject

Returns the value of attribute message_id

Returns:

  • (Object)

    the current value of message_id



11
12
13
# File 'lib/teems/services/teams_url_parser.rb', line 11

def message_id
  @message_id
end

#team_idObject

Returns the value of attribute team_id

Returns:

  • (Object)

    the current value of team_id



11
12
13
# File 'lib/teems/services/teams_url_parser.rb', line 11

def team_id
  @team_id
end