Class: Dryml::TagDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/dryml.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attrsObject

Returns the value of attribute attrs

Returns:

  • (Object)

    the current value of attrs



34
35
36
# File 'lib/dryml.rb', line 34

def attrs
  @attrs
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



34
35
36
# File 'lib/dryml.rb', line 34

def name
  @name
end

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



34
35
36
# File 'lib/dryml.rb', line 34

def proc
  @proc
end