Class: Fog::Compute::Aliyun::RouteTable

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/aliyun/models/compute/route_table.rb

Instance Method Summary collapse

Instance Method Details

#route_entrysObject

collection Fog::Compute::Aliyun::RouteEntrys



21
22
23
24
25
26
27
28
# File 'lib/fog/aliyun/models/compute/route_table.rb', line 21

def route_entrys
  @route_entrys ||= begin
    Fog::Compute::Aliyun::RouteEntrys.new(
      route_table: self,
      service: service
    )
  end
end