Class: Serverspec::Type::RabbitmqNodeList
- Inherits:
-
RabbitmqBase
- Object
- Base
- ApiBase
- RabbitmqBase
- Serverspec::Type::RabbitmqNodeList
- Defined in:
- lib/serverspec_extra_types/types/rabbitmq_node_list.rb
Instance Method Summary collapse
Methods inherited from RabbitmqBase
Methods inherited from ApiBase
Constructor Details
This class inherits a constructor from Serverspec::Type::RabbitmqBase
Instance Method Details
#inspection ⇒ Object
11 12 13 |
# File 'lib/serverspec_extra_types/types/rabbitmq_node_list.rb', line 11 def inspection @inspection ||= ::MultiJson.load(get_inspection.stdout) end |
#url ⇒ Object
7 8 9 |
# File 'lib/serverspec_extra_types/types/rabbitmq_node_list.rb', line 7 def url "#{@url_base}/api/vhosts" end |