Class: NPR::Entity::Byline

Inherits:
Base
  • Object
show all
Includes:
Concern::LinksAssociation
Defined in:
lib/npr/entity/byline.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Concern::LinksAssociation

included, #link_for

Methods included from Concern::ShallowAttributes

included

Methods included from Concern::Relation

included

Constructor Details

#initialize(json) ⇒ Byline




14
15
16
17
# File 'lib/npr/entity/byline.rb', line 14

def initialize(json)
  @id = json["id"].to_i
  create_relations(json)
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/npr/entity/byline.rb', line 9

def id
  @id
end