Class: PromptWarden::Adapter::ENTRY
- Inherits:
-
Struct
- Object
- Struct
- PromptWarden::Adapter::ENTRY
- Defined in:
- lib/prompt_warden/adapter.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#const_path ⇒ Object
Returns the value of attribute const_path.
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#loaded ⇒ Object
Returns the value of attribute loaded.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
5 6 7 |
# File 'lib/prompt_warden/adapter.rb', line 5 def block @block end |
#const_path ⇒ Object
Returns the value of attribute const_path
5 6 7 |
# File 'lib/prompt_warden/adapter.rb', line 5 def const_path @const_path end |
#gem_name ⇒ Object
Returns the value of attribute gem_name
5 6 7 |
# File 'lib/prompt_warden/adapter.rb', line 5 def gem_name @gem_name end |
#loaded ⇒ Object
Returns the value of attribute loaded
5 6 7 |
# File 'lib/prompt_warden/adapter.rb', line 5 def loaded @loaded end |