Class: Rocksky::Generated::BlobRef
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::BlobRef
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#mimeType ⇒ Object
Returns the value of attribute mimeType.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#mimeType ⇒ Object
Returns the value of attribute mimeType
8 9 10 |
# File 'lib/rocksky/generated/types.rb', line 8 def mimeType @mimeType end |
#ref ⇒ Object
Returns the value of attribute ref
8 9 10 |
# File 'lib/rocksky/generated/types.rb', line 8 def ref @ref end |
#size ⇒ Object
Returns the value of attribute size
8 9 10 |
# File 'lib/rocksky/generated/types.rb', line 8 def size @size end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/rocksky/generated/types.rb', line 8 def type @type end |