Class: Zwiebel::HiddenService::IntroductionPoint::LinkSpecifier

Inherits:
Struct
  • Object
show all
Defined in:
lib/zwiebel/hidden_service/introduction_point.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



19
20
21
# File 'lib/zwiebel/hidden_service/introduction_point.rb', line 19

def address
  @address
end

#fingerprintObject

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



19
20
21
# File 'lib/zwiebel/hidden_service/introduction_point.rb', line 19

def fingerprint
  @fingerprint
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



19
20
21
# File 'lib/zwiebel/hidden_service/introduction_point.rb', line 19

def port
  @port
end