module RightScale::Api::McInput

Public Instance Methods

get_inputs() click to toggle source
# File lib/rest_connection/rightscale/rightscale_api_mc_input.rb, line 30
def get_inputs
  self["inputs"] = connection.get(self.href + "/inputs")
end
show() click to toggle source
# File lib/rest_connection/rightscale/rightscale_api_mc_input.rb, line 34
def show
  inst_href = URI.parse(self.href)
  @params.merge! connection.get(inst_href.path, 'view' => "inputs")
end