Sha256: 53520a44406ae7a169eba059b18cb33ac12aa3da5e2d10bdc1313bd53817ebc7

Contents?: true

Size: 1.22 KB

Versions: 6

Compression:

Stored size: 1.22 KB

Contents

CONTENTS
--------
This directory contains output parameters of action `show`, instance-level
actions and subresources. Associated resources are represented by a directory.

`<parameter>`
  Output parameters from action `show`. Parameters that are also input
  parameters of action `update` are writable.

`<association>/`
  Associated resource is accessible as a nested resource instance.

`<association_id>`
  To change the associated resource, write its id to this file.

`meta/`
  Output metadata parameters.

`save`
  Trigger the update action. The same as using `actions/update/exec`.
    
`edit.yml`
  Editable YAML file with input parameters of action `Update`. The action is
  executed when the file is saved and closed.

`<subresource>/`
  Access to subresources.

ATTRIBUTES
----------
<% @c.resource.attributes.each_key do |name| %>
<% next if name == :_meta -%>
<% desc = @c.resource.actions[:show].params[name] -%>
*<%= safe_print(name) %>*
  Label:       <%= desc[:label] %>  
  Type:        <%= desc[:type] %>  
  Description: <%= desc[:description] %>  
<% end -%>

SUBRESOURCES
------------
<% @c.subresources.each do |name| %>
*<%= safe_print(name) %>*
  <%= @c.resource.resources[name]._description[:description] %>
<% end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
haveapi-fs-0.11.0 templates/help/md/resource_instance_dir.erb
haveapi-fs-0.10.0 templates/help/md/resource_instance_dir.erb
haveapi-fs-0.9.0 templates/help/md/resource_instance_dir.erb
haveapi-fs-0.8.0 templates/help/md/resource_instance_dir.erb
haveapi-fs-0.7.1 templates/help/md/resource_instance_dir.erb
haveapi-fs-0.7.0 templates/help/md/resource_instance_dir.erb