class Scaffolder::Test::Unresolved

Attributes

length[R]

Public Class Methods

new(options = {}) click to toggle source
# File lib/scaffolder/test/unresolved.rb, line 8
def initialize(options = {})
  @length = options[:length]
end

Public Instance Methods

to_hash() click to toggle source
# File lib/scaffolder/test/unresolved.rb, line 12
def to_hash
  {'unresolved' => {'length' => length}}
end