Sha256: e461104deee3f7620d221ed15d05e1779efd3fe1b130a02b41834f2ea781c0c8
Contents?: true
Size: 868 Bytes
Versions: 6
Compression:
Stored size: 868 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 AlertSpec include RightScale::Api::Base extend RightScale::Api::BaseExtend def attach(params) AlertSpecSubject.create(params) end end
Version data entries
6 entries across 6 versions & 1 rubygems