Class: CartoCSSHelper::StyleSpecificData
- Inherits:
- 
      Object
      
        - Object
- CartoCSSHelper::StyleSpecificData
 
- Defined in:
- lib/cartocss_helper/style_specific/style_specific.rb
Instance Attribute Summary collapse
- 
  
    
      #list_of_documented_compositions  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute list_of_documented_compositions. 
- 
  
    
      #list_of_documented_tags  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute list_of_documented_tags. 
- 
  
    
      #max_z  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute max_z. 
- 
  
    
      #min_z  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute min_z. 
- 
  
    
      #name_label_is_not_required  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute name_label_is_not_required. 
Instance Method Summary collapse
- 
  
    
      #initialize(min_z, max_z, list_of_documented_tags, list_of_documented_compositions, name_label_is_not_required)  ⇒ StyleSpecificData 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of StyleSpecificData. 
Constructor Details
#initialize(min_z, max_z, list_of_documented_tags, list_of_documented_compositions, name_label_is_not_required) ⇒ StyleSpecificData
Returns a new instance of StyleSpecificData.
| 4 5 6 7 8 9 10 | # File 'lib/cartocss_helper/style_specific/style_specific.rb', line 4 def initialize(min_z, max_z, , list_of_documented_compositions, name_label_is_not_required) @min_z = min_z @max_z = max_z @list_of_documented_tags = @list_of_documented_compositions = list_of_documented_compositions @name_label_is_not_required = name_label_is_not_required end | 
Instance Attribute Details
#list_of_documented_compositions ⇒ Object (readonly)
Returns the value of attribute list_of_documented_compositions.
| 3 4 5 | # File 'lib/cartocss_helper/style_specific/style_specific.rb', line 3 def list_of_documented_compositions @list_of_documented_compositions end | 
#list_of_documented_tags ⇒ Object (readonly)
Returns the value of attribute list_of_documented_tags.
| 3 4 5 | # File 'lib/cartocss_helper/style_specific/style_specific.rb', line 3 def @list_of_documented_tags end | 
#max_z ⇒ Object (readonly)
Returns the value of attribute max_z.
| 3 4 5 | # File 'lib/cartocss_helper/style_specific/style_specific.rb', line 3 def max_z @max_z end | 
#min_z ⇒ Object (readonly)
Returns the value of attribute min_z.
| 3 4 5 | # File 'lib/cartocss_helper/style_specific/style_specific.rb', line 3 def min_z @min_z end | 
#name_label_is_not_required ⇒ Object (readonly)
Returns the value of attribute name_label_is_not_required.
| 3 4 5 | # File 'lib/cartocss_helper/style_specific/style_specific.rb', line 3 def name_label_is_not_required @name_label_is_not_required end |