Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 396 Bytes

GetProjectStories.md

File metadata and controls

18 lines (12 loc) · 396 Bytes

Shortcut::GetProjectStories

Properties

Name Type Description Notes
includes_description Boolean A true/false boolean indicating whether to return Stories with their descriptions. [optional]

Example

require 'shortcut_client_ruby'

instance = Shortcut::GetProjectStories.new(
  includes_description: null
)