Class: Pastejour::Paste

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



13
14
15
# File 'lib/pastejour.rb', line 13

def host
  @host
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/pastejour.rb', line 13

def name
  @name
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



13
14
15
# File 'lib/pastejour.rb', line 13

def port
  @port
end