Class: Rocksky::Generated::InsertFilesParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::InsertFilesParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
Returns the value of attribute files.
-
#position ⇒ Object
Returns the value of attribute position.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files
155 156 157 |
# File 'lib/rocksky/generated/types.rb', line 155 def files @files end |
#position ⇒ Object
Returns the value of attribute position
155 156 157 |
# File 'lib/rocksky/generated/types.rb', line 155 def position @position end |
#uri ⇒ Object
Returns the value of attribute uri
155 156 157 |
# File 'lib/rocksky/generated/types.rb', line 155 def uri @uri end |