Class: Etna::Clients::Metis::Folder

Inherits:
Object
  • Object
show all
Defined in:
lib/etna/clients/metis/models.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(raw = {}) ⇒ Folder

Returns a new instance of Folder.



252
253
254
# File 'lib/etna/clients/metis/models.rb', line 252

def initialize(raw = {})
  @raw = raw
end

Instance Attribute Details

#rawObject (readonly)

Returns the value of attribute raw.



250
251
252
# File 'lib/etna/clients/metis/models.rb', line 250

def raw
  @raw
end

Instance Method Details

#bucket_nameObject



264
265
266
# File 'lib/etna/clients/metis/models.rb', line 264

def bucket_name
  raw[:bucket_name]
end

#folder_nameObject



260
261
262
# File 'lib/etna/clients/metis/models.rb', line 260

def folder_name
  raw[:folder_name]
end

#folder_pathObject



256
257
258
# File 'lib/etna/clients/metis/models.rb', line 256

def folder_path
  raw[:folder_path]
end