Class: Nzbn::Models::TradingName

Inherits:
Base
  • Object
show all
Defined in:
lib/nzbn/models/trading_name.rb

Overview

Trading name model

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize, #to_h, #to_json

Constructor Details

This class inherits a constructor from Nzbn::Models::Base

Instance Attribute Details

#end_dateObject

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

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/nzbn/models/trading_name.rb', line 7

def name
  @name
end

#start_dateObject

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_identifierObject

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