Class: SaltParser::Builder

Inherits:
Object
  • Object
show all
Defined in:
lib/salt-parser/builder.rb

Direct Known Subclasses

Ofx::Builder, Qif::Builder, Swift::Builder

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



3
4
5
# File 'lib/salt-parser/builder.rb', line 3

def body
  @body
end

#contentObject (readonly)

Returns the value of attribute content.



3
4
5
# File 'lib/salt-parser/builder.rb', line 3

def content
  @content
end

#headersObject (readonly)

Returns the value of attribute headers.



3
4
5
# File 'lib/salt-parser/builder.rb', line 3

def headers
  @headers
end

#parserObject (readonly)

Returns the value of attribute parser.



3
4
5
# File 'lib/salt-parser/builder.rb', line 3

def parser
  @parser
end