Class: Fog::Compute::Ecloud::SupportTickets
- Inherits:
-
Ecloud::Collection
- Object
- Fog::Collection
- Ecloud::Collection
- Fog::Compute::Ecloud::SupportTickets
- Defined in:
- lib/fog/ecloud/models/compute/support_tickets.rb
Instance Method Summary collapse
Methods inherited from Ecloud::Collection
Instance Method Details
#all ⇒ Object
11 12 13 14 |
# File 'lib/fog/ecloud/models/compute/support_tickets.rb', line 11 def all data = service.get_support_tickets(href).body[:TicketReference] load(data) end |