class Serverspec::Type::RabbitmqNodeList

Public Instance Methods

inspection() click to toggle source
# File lib/serverspec_extra_types/types/rabbitmq_node_list.rb, line 15
def inspection
  @inspection ||= ::MultiJson.load(get_inspection.stdout)
end
to_s() click to toggle source
# File lib/serverspec_extra_types/types/rabbitmq_node_list.rb, line 11
def to_s
  'RabbitMQ node list'
end
url() click to toggle source
# File lib/serverspec_extra_types/types/rabbitmq_node_list.rb, line 7
def url
  "#{@url_base}/api/nodes"
end