Class: Itools::PodInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/itools/podfile_tiled.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, version) ⇒ PodInfo

Returns a new instance of PodInfo.



4
5
6
7
# File 'lib/itools/podfile_tiled.rb', line 4

def initialize(name, version)
  @pod_name = name
  @pod_version = version
end

Instance Attribute Details

#pod_nameObject

Returns the value of attribute pod_name.



3
4
5
# File 'lib/itools/podfile_tiled.rb', line 3

def pod_name
  @pod_name
end

#pod_versionObject

Returns the value of attribute pod_version.



3
4
5
# File 'lib/itools/podfile_tiled.rb', line 3

def pod_version
  @pod_version
end