Class: AbideDevUtils::Jira::ToCreateData

Inherits:
Struct
  • Object
show all
Defined in:
lib/abide_dev_utils/jira.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



46
47
48
# File 'lib/abide_dev_utils/jira.rb', line 46

def labels
  @labels
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



46
47
48
# File 'lib/abide_dev_utils/jira.rb', line 46

def 
  @metadata
end

#should_createObject

Returns the value of attribute should_create

Returns:

  • (Object)

    the current value of should_create



46
47
48
# File 'lib/abide_dev_utils/jira.rb', line 46

def should_create
  @should_create
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



46
47
48
# File 'lib/abide_dev_utils/jira.rb', line 46

def summary
  @summary
end