Class: Fog::Compute::Aliyun::VRouter
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::Aliyun::VRouter
- Defined in:
- lib/fog/aliyun/models/compute/vrouter.rb
Instance Method Summary collapse
Instance Method Details
#route_tables ⇒ Object
22 23 24 25 26 27 28 29 |
# File 'lib/fog/aliyun/models/compute/vrouter.rb', line 22 def route_tables @route_tables ||= begin Fog::Compute::Aliyun::RouteTables.new( v_router: self, service: service ) end end |