Class: Deterministic::ProtocolBuilder::Signature

Inherits:
Struct
  • Object
show all
Defined in:
lib/deterministic/protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



18
19
20
# File 'lib/deterministic/protocol.rb', line 18

def block
  @block
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/deterministic/protocol.rb', line 18

def name
  @name
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



18
19
20
# File 'lib/deterministic/protocol.rb', line 18

def params
  @params
end

#return_typeObject

Returns the value of attribute return_type

Returns:

  • (Object)

    the current value of return_type



18
19
20
# File 'lib/deterministic/protocol.rb', line 18

def return_type
  @return_type
end