Class: Wavify::Adapters::AdapterSpec
- Inherits:
-
Struct
- Object
- Struct
- Wavify::Adapters::AdapterSpec
- Defined in:
- lib/wavify/adapters.rb,
sig/wavify.rbs
Instance Attribute Summary collapse
-
#formats ⇒ Object
Returns the value of attribute formats.
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#require_path ⇒ Object
Returns the value of attribute require_path.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#formats ⇒ Object
Returns the value of attribute formats
6 7 8 |
# File 'lib/wavify/adapters.rb', line 6 def formats @formats end |
#gem_name ⇒ Object
Returns the value of attribute gem_name
6 7 8 |
# File 'lib/wavify/adapters.rb', line 6 def gem_name @gem_name end |
#kind ⇒ Object
Returns the value of attribute kind
6 7 8 |
# File 'lib/wavify/adapters.rb', line 6 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/wavify/adapters.rb', line 6 def name @name end |
#require_path ⇒ Object
Returns the value of attribute require_path
6 7 8 |
# File 'lib/wavify/adapters.rb', line 6 def require_path @require_path end |
#summary ⇒ Object
Returns the value of attribute summary
6 7 8 |
# File 'lib/wavify/adapters.rb', line 6 def summary @summary end |