Class: Fatty::OutputBuffer::Fragment

Inherits:
Data
  • Object
show all
Defined in:
lib/fatty/output_buffer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



5
6
7
# File 'lib/fatty/output_buffer.rb', line 5

def role
  @role
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



5
6
7
# File 'lib/fatty/output_buffer.rb', line 5

def text
  @text
end