Class: PromptWarden::Adapter::ENTRY

Inherits:
Struct
  • Object
show all
Defined in:
lib/prompt_warden/adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block



5
6
7
# File 'lib/prompt_warden/adapter.rb', line 5

def block
  @block
end

#const_pathObject

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_nameObject

Returns the value of attribute gem_name



5
6
7
# File 'lib/prompt_warden/adapter.rb', line 5

def gem_name
  @gem_name
end

#loadedObject

Returns the value of attribute loaded



5
6
7
# File 'lib/prompt_warden/adapter.rb', line 5

def loaded
  @loaded
end