Class: Konfidant::ShareTextResponse
- Inherits:
-
Data
- Object
- Data
- Konfidant::ShareTextResponse
- Defined in:
- lib/konfidant/types.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
readonly
Returns the value of attribute expires_at.
-
#share_url ⇒ Object
readonly
Returns the value of attribute share_url.
-
#text_id ⇒ Object
readonly
Returns the value of attribute text_id.
-
#verified_burn ⇒ Object
readonly
Returns the value of attribute verified_burn.
Instance Attribute Details
#expires_at ⇒ Object (readonly)
Returns the value of attribute expires_at
4 5 6 |
# File 'lib/konfidant/types.rb', line 4 def expires_at @expires_at end |
#share_url ⇒ Object (readonly)
Returns the value of attribute share_url
4 5 6 |
# File 'lib/konfidant/types.rb', line 4 def share_url @share_url end |
#text_id ⇒ Object (readonly)
Returns the value of attribute text_id
4 5 6 |
# File 'lib/konfidant/types.rb', line 4 def text_id @text_id end |
#verified_burn ⇒ Object (readonly)
Returns the value of attribute verified_burn
4 5 6 |
# File 'lib/konfidant/types.rb', line 4 def verified_burn @verified_burn end |