Class: Kudzu::Adapter::Memory::Link

Inherits:
Model::Base show all
Includes:
Model::Link
Defined in:
lib/kudzu/adapter/memory/model/link.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Model::Link

#status_redirection?, #status_success?, #uri

Methods inherited from Model::Base

#initialize

Constructor Details

This class inherits a constructor from Kudzu::Model::Base

Instance Attribute Details

#depthObject

Returns the value of attribute depth.



7
8
9
# File 'lib/kudzu/adapter/memory/model/link.rb', line 7

def depth
  @depth
end

#stateObject

Returns the value of attribute state.



7
8
9
# File 'lib/kudzu/adapter/memory/model/link.rb', line 7

def state
  @state
end

#titleObject

Returns the value of attribute title.



7
8
9
# File 'lib/kudzu/adapter/memory/model/link.rb', line 7

def title
  @title
end

#urlObject

Returns the value of attribute url.



7
8
9
# File 'lib/kudzu/adapter/memory/model/link.rb', line 7

def url
  @url
end

#uuidObject

Returns the value of attribute uuid.



7
8
9
# File 'lib/kudzu/adapter/memory/model/link.rb', line 7

def uuid
  @uuid
end