Class: Wavify::Adapters::AdapterSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/wavify/adapters.rb,
sig/wavify.rbs

Instance Attribute Summary collapse

Instance Attribute Details

#formatsObject

Returns the value of attribute formats

Returns:

  • (Object)

    the current value of formats



6
7
8
# File 'lib/wavify/adapters.rb', line 6

def formats
  @formats
end

#gem_nameObject

Returns the value of attribute gem_name

Returns:

  • (Object)

    the current value of gem_name



6
7
8
# File 'lib/wavify/adapters.rb', line 6

def gem_name
  @gem_name
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



6
7
8
# File 'lib/wavify/adapters.rb', line 6

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/wavify/adapters.rb', line 6

def name
  @name
end

#require_pathObject

Returns the value of attribute require_path

Returns:

  • (Object)

    the current value of require_path



6
7
8
# File 'lib/wavify/adapters.rb', line 6

def require_path
  @require_path
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



6
7
8
# File 'lib/wavify/adapters.rb', line 6

def summary
  @summary
end