class Fog::Compute::Aliyun::RouteTable

Public Instance Methods

route_entrys() click to toggle source

collection Fog::Compute::Aliyun::RouteEntrys

# 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