Class: WritersRoom::ContextDetector::Context
- Inherits:
-
Struct
- Object
- Struct
- WritersRoom::ContextDetector::Context
- Defined in:
- lib/writers_room/context_detector.rb
Instance Attribute Summary collapse
-
#element_slug ⇒ Object
Returns the value of attribute element_slug.
-
#element_type ⇒ Object
Returns the value of attribute element_type.
-
#in_project? ⇒ Object
Returns the value of attribute in_project?.
-
#medium ⇒ Object
Returns the value of attribute medium.
-
#project_path ⇒ Object
Returns the value of attribute project_path.
-
#project_state ⇒ Object
Returns the value of attribute project_state.
Instance Attribute Details
#element_slug ⇒ Object
Returns the value of attribute element_slug
7 8 9 |
# File 'lib/writers_room/context_detector.rb', line 7 def element_slug @element_slug end |
#element_type ⇒ Object
Returns the value of attribute element_type
7 8 9 |
# File 'lib/writers_room/context_detector.rb', line 7 def element_type @element_type end |
#in_project? ⇒ Object
Returns the value of attribute in_project?
7 8 9 |
# File 'lib/writers_room/context_detector.rb', line 7 def in_project? @in_project? end |
#medium ⇒ Object
Returns the value of attribute medium
7 8 9 |
# File 'lib/writers_room/context_detector.rb', line 7 def medium @medium end |
#project_path ⇒ Object
Returns the value of attribute project_path
7 8 9 |
# File 'lib/writers_room/context_detector.rb', line 7 def project_path @project_path end |
#project_state ⇒ Object
Returns the value of attribute project_state
7 8 9 |
# File 'lib/writers_room/context_detector.rb', line 7 def project_state @project_state end |