Class: Inspec::RequireLoader::Item
- Defined in:
- lib/inspec/require_loader.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#line ⇒ Object
Returns the value of attribute line.
-
#loaded ⇒ Object
Returns the value of attribute loaded.
-
#ref ⇒ Object
Returns the value of attribute ref.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
7 8 9 |
# File 'lib/inspec/require_loader.rb', line 7 def content @content end |
#line ⇒ Object
Returns the value of attribute line
7 8 9 |
# File 'lib/inspec/require_loader.rb', line 7 def line @line end |
#loaded ⇒ Object
Returns the value of attribute loaded
7 8 9 |
# File 'lib/inspec/require_loader.rb', line 7 def loaded @loaded end |
#ref ⇒ Object
Returns the value of attribute ref
7 8 9 |
# File 'lib/inspec/require_loader.rb', line 7 def ref @ref end |