Class: Fog::Google::SQL::Flags
- Inherits:
-
Collection
- Object
- Collection
- Fog::Google::SQL::Flags
- Defined in:
- lib/fog/google/models/sql/flags.rb
Instance Method Summary collapse
-
#all ⇒ Array<Fog::Google::SQL::Flag>
List all available database flags.
Instance Method Details
#all ⇒ Array<Fog::Google::SQL::Flag>
List all available database flags
14 15 16 17 |
# File 'lib/fog/google/models/sql/flags.rb', line 14 def all data = service.list_flags.to_h[:items] || [] load(data) end |