Class: Htmless::Data::Attribute

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name



6
7
8
# File 'lib/htmless/data.rb', line 6

def name
  @name
end

#typeObject

Returns the value of attribute type



6
7
8
# File 'lib/htmless/data.rb', line 6

def type
  @type
end