Class: Nagoro::Pipe::Element::ElementStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/nagoro/pipe/element.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attrsObject

Returns the value of attribute attrs

Returns:

  • (Object)

    the current value of attrs



14
15
16
# File 'lib/nagoro/pipe/element.rb', line 14

def attrs
  @attrs
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



14
15
16
# File 'lib/nagoro/pipe/element.rb', line 14

def content
  @content
end

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



14
15
16
# File 'lib/nagoro/pipe/element.rb', line 14

def element
  @element
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



14
15
16
# File 'lib/nagoro/pipe/element.rb', line 14

def tag
  @tag
end