Method: Txgh::ResourceContents#initialize

Defined in:
lib/txgh/resource_contents.rb

#initialize(tx_resource, options) ⇒ ResourceContents

Returns a new instance of ResourceContents.



32
33
34
35
36
# File 'lib/txgh/resource_contents.rb', line 32

def initialize(tx_resource, options)
  @tx_resource = tx_resource
  @phrases = options[:phrases]
  @raw = options[:raw]
end