Class: Weavr::Host

Inherits:
Resource show all
Defined in:
lib/weavr/resource/host.rb

Instance Method Summary collapse

Methods inherited from Resource

child_resources, #connection, extract_class_params, label, load_definitions!, predefine_class, receive, #receive!, #refresh!, #resource_action

Instance Method Details

#createObject



23
24
25
# File 'lib/weavr/resource/host.rb', line 23

def create
  resource_action(:post)
end