Class: Teems::Services::TeamsUrlParser::Result
- Inherits:
-
Struct
- Object
- Struct
- Teems::Services::TeamsUrlParser::Result
- Defined in:
- lib/teems/services/teams_url_parser.rb
Overview
Parsed components from a Teams message URL
Instance Attribute Summary collapse
-
#context_type ⇒ Object
Returns the value of attribute context_type.
-
#conversation_id ⇒ Object
Returns the value of attribute conversation_id.
-
#message_id ⇒ Object
Returns the value of attribute message_id.
-
#team_id ⇒ Object
Returns the value of attribute team_id.
Instance Attribute Details
#context_type ⇒ Object
Returns the value of attribute context_type
11 12 13 |
# File 'lib/teems/services/teams_url_parser.rb', line 11 def context_type @context_type end |
#conversation_id ⇒ Object
Returns the value of attribute conversation_id
11 12 13 |
# File 'lib/teems/services/teams_url_parser.rb', line 11 def conversation_id @conversation_id end |
#message_id ⇒ Object
Returns the value of attribute message_id
11 12 13 |
# File 'lib/teems/services/teams_url_parser.rb', line 11 def @message_id end |
#team_id ⇒ Object
Returns the value of attribute team_id
11 12 13 |
# File 'lib/teems/services/teams_url_parser.rb', line 11 def team_id @team_id end |