Class: Baykit::BayServer::Bcf::BcfObject
- Inherits:
-
Object
- Object
- Baykit::BayServer::Bcf::BcfObject
- Defined in:
- lib/baykit/bayserver/bcf/bcf_object.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#file_name ⇒ Object
readonly
Returns the value of attribute file_name.
-
#line_no ⇒ Object
readonly
Returns the value of attribute line_no.
Instance Method Summary collapse
-
#initialize(file_name, line_no) ⇒ BcfObject
constructor
A new instance of BcfObject.
Constructor Details
#initialize(file_name, line_no) ⇒ BcfObject
Returns a new instance of BcfObject.
8 9 10 11 |
# File 'lib/baykit/bayserver/bcf/bcf_object.rb', line 8 def initialize(file_name, line_no) @file_name = file_name @line_no = line_no end |
Instance Attribute Details
#file_name ⇒ Object (readonly)
Returns the value of attribute file_name.
5 6 7 |
# File 'lib/baykit/bayserver/bcf/bcf_object.rb', line 5 def file_name @file_name end |
#line_no ⇒ Object (readonly)
Returns the value of attribute line_no.
6 7 8 |
# File 'lib/baykit/bayserver/bcf/bcf_object.rb', line 6 def line_no @line_no end |