Class: Pastejour::Paste
- Inherits:
-
Struct
- Object
- Struct
- Pastejour::Paste
- Defined in:
- lib/pastejour.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#name ⇒ Object
Returns the value of attribute name.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
13 14 15 |
# File 'lib/pastejour.rb', line 13 def host @host end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/pastejour.rb', line 13 def name @name end |
#port ⇒ Object
Returns the value of attribute port
13 14 15 |
# File 'lib/pastejour.rb', line 13 def port @port end |