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.
6 7 8 9 10 11 12 |
# File 'lib/cartocss_helper/style_specific/style_specific.rb', line 6 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.
5 6 7 |
# File 'lib/cartocss_helper/style_specific/style_specific.rb', line 5 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.
5 6 7 |
# File 'lib/cartocss_helper/style_specific/style_specific.rb', line 5 def @list_of_documented_tags end |
#max_z ⇒ Object (readonly)
Returns the value of attribute max_z.
5 6 7 |
# File 'lib/cartocss_helper/style_specific/style_specific.rb', line 5 def max_z @max_z end |
#min_z ⇒ Object (readonly)
Returns the value of attribute min_z.
5 6 7 |
# File 'lib/cartocss_helper/style_specific/style_specific.rb', line 5 def min_z @min_z end |
#name_label_is_not_required ⇒ Object (readonly)
Returns the value of attribute name_label_is_not_required.
5 6 7 |
# File 'lib/cartocss_helper/style_specific/style_specific.rb', line 5 def name_label_is_not_required @name_label_is_not_required end |