mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-26 03:18:41 -05:00
spec the purge method and align it with the new base method signature
This commit is contained in:
parent
761c96fd38
commit
fc7a628063
4 changed files with 176 additions and 62 deletions
|
|
@ -48,6 +48,12 @@ MockDisk = Struct.new(
|
|||
keyword_init: true
|
||||
)
|
||||
|
||||
MockSnapshotList = Struct.new(
|
||||
#https://googleapis.dev/ruby/google-api-client/latest/Google/Apis/ComputeV1/DiskList.html
|
||||
:id, :items, :kind, :next_page_token, :self_link, :warning,
|
||||
keyword_init: true
|
||||
)
|
||||
|
||||
MockSnapshot = Struct.new(
|
||||
#https://googleapis.dev/ruby/google-api-client/latest/Google/Apis/ComputeV1/Snapshot.html
|
||||
:auto_created, :chain_name, :creation_timestamp, :description, :disk_size_gb, :download_bytes, :id, :kind,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue