Sha256: 6d62f4c0cd3b7d5d44164ebaad8088079ea21e0645549db59589fd851e54c4cb

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

#    This file is part of RestConnection
#
#    RestConnection is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    RestConnection is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with RestConnection.  If not, see <http://www.gnu.org/licenses/>.
#
class S3Bucket
  include RightScale::Api::Base
  extend RightScale::Api::BaseExtend

  deny_methods :update

  def self.resource_singular_name
    "s3_bucket"
  end

  def self.resource_plural_name
    "s3_buckets"
  end

  def resource_singular_name
    "s3_bucket"
  end

  def resource_plural_name
    "s3_buckets"
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rest_connection-0.1.7 lib/rest_connection/rightscale/s3_bucket.rb
rest_connection-0.1.6 lib/rest_connection/rightscale/s3_bucket.rb
rest_connection-0.1.5 lib/rest_connection/rightscale/s3_bucket.rb
rest_connection-0.1.4 lib/rest_connection/rightscale/s3_bucket.rb
rest_connection-0.1.3 lib/rest_connection/rightscale/s3_bucket.rb
rest_connection-0.1.2 lib/rest_connection/rightscale/s3_bucket.rb