Class: AbideDevUtils::Jira::ToCreateData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - AbideDevUtils::Jira::ToCreateData
 
 
- Defined in:
 - lib/abide_dev_utils/jira.rb
 
Instance Attribute Summary collapse
- 
  
    
      #labels  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute labels.
 - 
  
    
      #metadata  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute metadata.
 - 
  
    
      #should_create  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute should_create.
 - 
  
    
      #summary  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute summary.
 
Instance Attribute Details
#labels ⇒ Object
Returns the value of attribute labels
      46 47 48  | 
    
      # File 'lib/abide_dev_utils/jira.rb', line 46 def labels @labels end  | 
  
#metadata ⇒ Object
Returns the value of attribute metadata
      46 47 48  | 
    
      # File 'lib/abide_dev_utils/jira.rb', line 46 def @metadata end  | 
  
#should_create ⇒ Object
Returns the value of attribute should_create
      46 47 48  | 
    
      # File 'lib/abide_dev_utils/jira.rb', line 46 def should_create @should_create end  | 
  
#summary ⇒ Object
Returns the value of attribute summary
      46 47 48  | 
    
      # File 'lib/abide_dev_utils/jira.rb', line 46 def summary @summary end  |