Class: Fairy::PLocalIOPlace

Inherits:
Object
  • Object
show all
Defined in:
lib/fairy/share/file-place.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(io, no) ⇒ PLocalIOPlace

Returns a new instance of PLocalIOPlace.



75
76
77
78
# File 'lib/fairy/share/file-place.rb', line 75

def initialize(io, no)
  @io = io
  @no = no
end

Instance Attribute Details

#ioObject (readonly)

Returns the value of attribute io.



81
82
83
# File 'lib/fairy/share/file-place.rb', line 81

def io
  @io
end

#noObject (readonly)

Returns the value of attribute no.



80
81
82
# File 'lib/fairy/share/file-place.rb', line 80

def no
  @no
end