yaocloud / yao

Yet Another OpenStack API wrapper
MIT License
35 stars 12 forks source link

Fixed an error that occurs when nil is passed #208

Closed buty4649 closed 1 year ago

buty4649 commented 1 year ago

リソースによってはattributeがnilであることがあり、そのときにエラーになるので修正した。

e.g:

#<Yao::Resources::Volume:0x00007f3f31f70fe0
 @data=
  {"migration_status"=>nil,
   "attachments"=>[],
   "links"=>
--snip --
   "os-vol-host-attr:host"=>nil,
   "encrypted"=>false,
   "updated_at"=>nil, 👈
-- snip --