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.
-
#id ⇒ Object
Returns the value of attribute id.
-
#inheritable? ⇒ Object
Returns the value of attribute inheritable?.
-
#ivar ⇒ Object
Returns the value of attribute ivar.
-
#valid_values ⇒ Object
Returns the value of attribute valid_values.
Instance Attribute Details
#attr ⇒ Object
Returns the value of attribute attr
3 4 5 |
# File 'lib/prawn/svg/properties.rb', line 3 def attr @attr end |
#default ⇒ Object
Returns the value of attribute default
3 4 5 |
# File 'lib/prawn/svg/properties.rb', line 3 def default @default end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/prawn/svg/properties.rb', line 3 def id @id end |
#inheritable? ⇒ Object
Returns the value of attribute inheritable?
3 4 5 |
# File 'lib/prawn/svg/properties.rb', line 3
def inheritable?
@inheritable?
end
|
#ivar ⇒ Object
Returns the value of attribute ivar
3 4 5 |
# File 'lib/prawn/svg/properties.rb', line 3 def ivar @ivar end |
#valid_values ⇒ Object
Returns the value of attribute valid_values
3 4 5 |
# File 'lib/prawn/svg/properties.rb', line 3 def valid_values @valid_values end |