Class: HighLevel::Models::BrandBoards::MetaData
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::BrandBoards::MetaData
- Defined in:
- lib/high_level/models/brand_boards/meta_data.rb
Instance Attribute Summary collapse
-
#last_action ⇒ Object
readonly
Returns the value of attribute last_action.
-
#source_id ⇒ Object
readonly
Returns the value of attribute source_id.
-
#source_type ⇒ Object
readonly
Returns the value of attribute source_type.
-
#updated_by ⇒ Object
readonly
Returns the value of attribute updated_by.
Instance Attribute Details
#last_action ⇒ Object (readonly)
Returns the value of attribute last_action
9 10 11 |
# File 'lib/high_level/models/brand_boards/meta_data.rb', line 9 def last_action @last_action end |
#source_id ⇒ Object (readonly)
Returns the value of attribute source_id
9 10 11 |
# File 'lib/high_level/models/brand_boards/meta_data.rb', line 9 def source_id @source_id end |
#source_type ⇒ Object (readonly)
Returns the value of attribute source_type
9 10 11 |
# File 'lib/high_level/models/brand_boards/meta_data.rb', line 9 def source_type @source_type end |
#updated_by ⇒ Object (readonly)
Returns the value of attribute updated_by
9 10 11 |
# File 'lib/high_level/models/brand_boards/meta_data.rb', line 9 def updated_by @updated_by end |