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.



267
268
269
# File 'lib/etna/clients/metis/models.rb', line 267

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

Instance Attribute Details

#rawObject (readonly)

Returns the value of attribute raw.



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

def raw
  @raw
end

Instance Method Details

#bucket_nameObject



279
280
281
# File 'lib/etna/clients/metis/models.rb', line 279

def bucket_name
  raw[:bucket_name]
end

#folder_nameObject



275
276
277
# File 'lib/etna/clients/metis/models.rb', line 275

def folder_name
  raw[:folder_name]
end

#folder_pathObject



271
272
273
# File 'lib/etna/clients/metis/models.rb', line 271

def folder_path
  raw[:folder_path]
end