Class: Konfidant::FileMetadataHeaders
- Inherits:
-
Data
- Object
- Data
- Konfidant::FileMetadataHeaders
- Defined in:
- lib/konfidant/types.rb
Instance Attribute Summary collapse
-
#organization_id ⇒ Object
readonly
Returns the value of attribute organization_id.
-
#ttl_hours ⇒ Object
readonly
Returns the value of attribute ttl_hours.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#organization_id ⇒ Object (readonly)
Returns the value of attribute organization_id
2 3 4 |
# File 'lib/konfidant/types.rb', line 2 def organization_id @organization_id end |
#ttl_hours ⇒ Object (readonly)
Returns the value of attribute ttl_hours
2 3 4 |
# File 'lib/konfidant/types.rb', line 2 def ttl_hours @ttl_hours end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
2 3 4 |
# File 'lib/konfidant/types.rb', line 2 def user_id @user_id end |