Class: Konfidant::ShareTextResponse

Inherits:
Data
  • Object
show all
Defined in:
lib/konfidant/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject (readonly)

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



4
5
6
# File 'lib/konfidant/types.rb', line 4

def expires_at
  @expires_at
end

#share_urlObject (readonly)

Returns the value of attribute share_url

Returns:

  • (Object)

    the current value of share_url



4
5
6
# File 'lib/konfidant/types.rb', line 4

def share_url
  @share_url
end

#text_idObject (readonly)

Returns the value of attribute text_id

Returns:

  • (Object)

    the current value of text_id



4
5
6
# File 'lib/konfidant/types.rb', line 4

def text_id
  @text_id
end

#verified_burnObject (readonly)

Returns the value of attribute verified_burn

Returns:

  • (Object)

    the current value of verified_burn



4
5
6
# File 'lib/konfidant/types.rb', line 4

def verified_burn
  @verified_burn
end