Class: TCB::SubscriberMetadataExtractor::SubscriberMetadata
- Inherits:
-
Data
- Object
- Data
- TCB::SubscriberMetadataExtractor::SubscriberMetadata
- Defined in:
- lib/tcb/subscriber_metadata_extractor.rb
Instance Attribute Summary collapse
-
#subscriber_class ⇒ Object
readonly
Returns the value of attribute subscriber_class.
-
#subscriber_location ⇒ Object
readonly
Returns the value of attribute subscriber_location.
-
#subscriber_source ⇒ Object
readonly
Returns the value of attribute subscriber_source.
-
#subscriber_type ⇒ Object
readonly
Returns the value of attribute subscriber_type.
Instance Attribute Details
#subscriber_class ⇒ Object (readonly)
Returns the value of attribute subscriber_class
5 6 7 |
# File 'lib/tcb/subscriber_metadata_extractor.rb', line 5 def subscriber_class @subscriber_class end |
#subscriber_location ⇒ Object (readonly)
Returns the value of attribute subscriber_location
5 6 7 |
# File 'lib/tcb/subscriber_metadata_extractor.rb', line 5 def subscriber_location @subscriber_location end |
#subscriber_source ⇒ Object (readonly)
Returns the value of attribute subscriber_source
5 6 7 |
# File 'lib/tcb/subscriber_metadata_extractor.rb', line 5 def subscriber_source @subscriber_source end |
#subscriber_type ⇒ Object (readonly)
Returns the value of attribute subscriber_type
5 6 7 |
# File 'lib/tcb/subscriber_metadata_extractor.rb', line 5 def subscriber_type @subscriber_type end |