Class: VivlioStarter::CLI::Guards::ContainerScanner::Directive
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Guards::ContainerScanner::Directive
- Defined in:
- lib/vivlio_starter/cli/guards/container_scanner.rb
Overview
走査結果の 1 件。kind は :open または :close。 classes / attributes は :close では常に空配列。
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#classes ⇒ Object
readonly
Returns the value of attribute classes.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#line_number ⇒ Object
readonly
Returns the value of attribute line_number.
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes
27 28 29 |
# File 'lib/vivlio_starter/cli/guards/container_scanner.rb', line 27 def attributes @attributes end |
#classes ⇒ Object (readonly)
Returns the value of attribute classes
27 28 29 |
# File 'lib/vivlio_starter/cli/guards/container_scanner.rb', line 27 def classes @classes end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
27 28 29 |
# File 'lib/vivlio_starter/cli/guards/container_scanner.rb', line 27 def kind @kind end |
#line_number ⇒ Object (readonly)
Returns the value of attribute line_number
27 28 29 |
# File 'lib/vivlio_starter/cli/guards/container_scanner.rb', line 27 def line_number @line_number end |