Class: Prawn::SVG::Properties::Config
- Inherits:
-
Struct
- Object
- Struct
- Prawn::SVG::Properties::Config
- Defined in:
- lib/prawn/svg/properties.rb
Instance Attribute Summary collapse
-
#attr ⇒ Object
Returns the value of attribute attr.
-
#default ⇒ Object
Returns the value of attribute default.
-
#inheritable? ⇒ Object
Returns the value of attribute inheritable?.
-
#ivar ⇒ Object
Returns the value of attribute ivar.
-
#keyword_restricted? ⇒ Object
Returns the value of attribute keyword_restricted?.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
Instance Attribute Details
#attr ⇒ Object
Returns the value of attribute attr
2 3 4 |
# File 'lib/prawn/svg/properties.rb', line 2 def attr @attr end |
#default ⇒ Object
Returns the value of attribute default
2 3 4 |
# File 'lib/prawn/svg/properties.rb', line 2 def default @default end |
#inheritable? ⇒ Object
Returns the value of attribute inheritable?
2 3 4 |
# File 'lib/prawn/svg/properties.rb', line 2
def inheritable?
@inheritable?
end
|
#ivar ⇒ Object
Returns the value of attribute ivar
2 3 4 |
# File 'lib/prawn/svg/properties.rb', line 2 def ivar @ivar end |
#keyword_restricted? ⇒ Object
Returns the value of attribute keyword_restricted?
2 3 4 |
# File 'lib/prawn/svg/properties.rb', line 2
def keyword_restricted?
@keyword_restricted?
end
|
#keywords ⇒ Object
Returns the value of attribute keywords
2 3 4 |
# File 'lib/prawn/svg/properties.rb', line 2 def keywords @keywords end |