Method: Fog::Identity::HuaweiCloud::V3::Endpoint#create
- Defined in:
- lib/fog/identity/huaweicloud/v3/models/endpoint.rb
#create ⇒ Object
36 37 38 39 40 41 42 |
# File 'lib/fog/identity/huaweicloud/v3/models/endpoint.rb', line 36 def create requires :name merge_attributes( service.create_endpoint(attributes).body['endpoint'] ) self end |