Class: Etna::Clients::Metis::Folder
- Inherits:
-
Object
- Object
- Etna::Clients::Metis::Folder
- Defined in:
- lib/etna/clients/metis/models.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
- #bucket_name ⇒ Object
- #folder_path ⇒ Object
-
#initialize(raw = {}) ⇒ Folder
constructor
A new instance of Folder.
Constructor Details
#initialize(raw = {}) ⇒ Folder
Returns a new instance of Folder.
247 248 249 |
# File 'lib/etna/clients/metis/models.rb', line 247 def initialize(raw = {}) @raw = raw end |
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
245 246 247 |
# File 'lib/etna/clients/metis/models.rb', line 245 def raw @raw end |
Instance Method Details
#bucket_name ⇒ Object
255 256 257 |
# File 'lib/etna/clients/metis/models.rb', line 255 def bucket_name raw[:bucket_name] end |
#folder_path ⇒ Object
251 252 253 |
# File 'lib/etna/clients/metis/models.rb', line 251 def folder_path raw[:folder_path] end |