Sha256: 3ac419947622bc3bd9f60068b3876086143adeb54e2be9e1b2aab569ee79e65d

Contents?: true

Size: 1020 Bytes

Versions: 2

Compression:

Stored size: 1020 Bytes

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

  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

2 entries across 2 versions & 1 rubygems

Version Path
rest_connection-0.1.1 lib/rest_connection/rightscale/s3_bucket.rb
rest_connection-0.1.0 lib/rest_connection/rightscale/s3_bucket.rb