Class: Nzbn::Models::TradingName
- Defined in:
- lib/nzbn/models/trading_name.rb
Overview
Trading name model
Instance Attribute Summary collapse
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#unique_identifier ⇒ Object
Returns the value of attribute unique_identifier.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Nzbn::Models::Base
Instance Attribute Details
#end_date ⇒ Object
Returns the value of attribute end_date.
7 8 9 |
# File 'lib/nzbn/models/trading_name.rb', line 7 def end_date @end_date end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/nzbn/models/trading_name.rb', line 7 def name @name end |
#start_date ⇒ Object
Returns the value of attribute start_date.
7 8 9 |
# File 'lib/nzbn/models/trading_name.rb', line 7 def start_date @start_date end |
#unique_identifier ⇒ Object
Returns the value of attribute unique_identifier.
7 8 9 |
# File 'lib/nzbn/models/trading_name.rb', line 7 def unique_identifier @unique_identifier end |