Sha256: 564fa29e28b69a728ef3c76a11ae07d2743a106e05316b7f2c2f08c090d9c2d1
Contents?: true
Size: 1006 Bytes
Versions: 3
Compression:
Stored size: 1006 Bytes
Contents
#------------------------------------------------------------------------- # Copyright 2013 Microsoft Open Technologies, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #-------------------------------------------------------------------------- require "azure/base_management/serialization" module Azure module BaseManagement class Location attr_accessor :name, :available_services def initialize yield self if block_given? end end end end
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
stuartpreston-azure-sdk-for-ruby-0.7.2 | lib/azure/base_management/location.rb |
azure-plus-0.6.5 | lib/azure/base_management/location.rb |
azure-0.6.0 | lib/azure/base_management/location.rb |