Class: Konfidant::ShareResult

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



30
31
32
# File 'lib/konfidant/types.rb', line 30

def expires_at
  @expires_at
end

#file_idObject (readonly)

Returns the value of attribute file_id

Returns:

  • (Object)

    the current value of file_id



30
31
32
# File 'lib/konfidant/types.rb', line 30

def file_id
  @file_id
end

#share_urlObject (readonly)

Returns the value of attribute share_url

Returns:

  • (Object)

    the current value of share_url



30
31
32
# File 'lib/konfidant/types.rb', line 30

def share_url
  @share_url
end

#verified_burnObject (readonly)

Returns the value of attribute verified_burn

Returns:

  • (Object)

    the current value of verified_burn



30
31
32
# File 'lib/konfidant/types.rb', line 30

def verified_burn
  @verified_burn
end